MapNavigationView constructor
const
MapNavigationView({
- Key? key,
- required MapOptions options,
- OnNavigationViewCreatedCallBack? onCreated,
- ValueSetter<
RouteEvent> ? onRouteEvent,
Implementation
const MapNavigationView(
{super.key, required this.options, this.onCreated, this.onRouteEvent});