VTMapOptions constructor

VTMapOptions({
  1. String? access_token,
  2. double? initialLatitude,
  3. double? initialLongitude,
  4. String? language,
  5. double? zoom,
  6. double? bearing,
  7. double? tilt,
  8. bool? alternatives,
  9. VTMapNavigationMode? mode,
  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. bool? animateBuildRoute,
  21. EdgeInsets padding = const EdgeInsets.only(left: 50, top: 100, right: 50, bottom: 100),
  22. int startIndex = 0,
})

Implementation

VTMapOptions(
    {this.access_token,
    this.initialLatitude,
    this.initialLongitude,
    this.language,
    this.zoom,
    this.bearing,
    this.tilt,
    this.alternatives,
    this.mode,
    this.allowsUTurnAtWayPoints,
    this.enableRefresh,
    this.voiceInstructionsEnabled,
    this.bannerInstructionsEnabled,
    this.longPressDestinationEnabled,
    this.simulateRoute,
    this.isOptimized,
    this.mapStyleUrlDay,
    this.mapStyleUrlNight,
    this.enableFreeDriveMode,
    this.animateBuildRoute,
    this.padding =
        const EdgeInsets.only(left: 50, top: 100, right: 50, bottom: 100),
    this.startIndex = 0});