MapBoxNavigationView constructor

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

Embeddable Navigation View Constructor

Implementation

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