MapNavigationView constructor

const MapNavigationView({
  1. Key? key,
  2. required MapOptions options,
  3. OnNavigationViewCreatedCallBack? onCreated,
  4. ValueSetter<RouteEvent>? onRouteEvent,
})

Implementation

const MapNavigationView(
    {super.key, required this.options, this.onCreated, this.onRouteEvent});