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. bool? enableFreeDriveMode,
  20. EdgeInsets? padding,
  21. bool? animateBuildRoute,
})

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.enableFreeDriveMode,
    this.padding,
    this.animateBuildRoute});