MapBoxOptions constructor

MapBoxOptions({
  1. double? initialLatitude,
  2. double? initialLongitude,
  3. String? language,
  4. double? zoom,
  5. double? bearing,
  6. double? tilt,
  7. bool? alternatives,
  8. MapBoxNavigationMode? mode,
  9. VoiceUnits? units,
  10. bool? allowsUTurnAtWayPoints,
  11. bool? enableRefresh,
  12. bool? voiceInstructionsEnabled,
  13. bool? bannerInstructionsEnabled,
  14. bool? longPressDestinationEnabled,
  15. bool? simulateRoute,
  16. bool? isOptimized,
  17. String? mapStyleUrlDay,
  18. String? mapStyleUrlNight,
  19. EdgeInsets? padding,
  20. bool? animateBuildRoute,
  21. bool? showReportFeedbackButton = true,
  22. bool? showEndOfRouteFeedback = true,
})

Implementation

MapBoxOptions({
  this.initialLatitude,
  this.initialLongitude,
  this.language,
  this.zoom,
  this.bearing,
  this.tilt,
  this.alternatives,
  this.mode,
  this.units,
  this.allowsUTurnAtWayPoints,
  this.enableRefresh,
  this.voiceInstructionsEnabled,
  this.bannerInstructionsEnabled,
  this.longPressDestinationEnabled,
  this.simulateRoute,
  this.isOptimized,
  this.mapStyleUrlDay,
  this.mapStyleUrlNight,
  this.padding,
  this.animateBuildRoute,
  this.showReportFeedbackButton = true,
  this.showEndOfRouteFeedback = true,
});