MapOptions constructor

MapOptions({
  1. bool? preferCanvas,
  2. bool? attributionControl,
  3. bool? zoomControl,
  4. bool? closePopupOnClick,
  5. double? zoomSnap,
  6. double? zoomDelta,
  7. bool? trackResize,
  8. bool? boxZoom,
  9. bool? doubleClickZoom,
  10. bool? dragging,
  11. CRS? crs,
  12. LatLng? center,
  13. double? zoom,
  14. double? minZoom,
  15. double? maxZoom,
  16. List? layers,
  17. LatLngBounds? maxBounds,
  18. Renderer? renderer,
  19. bool? zoomAnimation,
  20. double? zoomAnimationThreshold,
  21. bool? fadeAnimation,
  22. bool? markerZoomAnimation,
  23. double? transform3DLimit,
  24. bool? inertia,
  25. double? inertiaDeceleration,
  26. double? inertiaMaxSpeed,
  27. double? easeLinearity,
  28. bool? worldCopyJump,
  29. double? maxBoundsViscosity,
  30. bool? keyboard,
  31. bool? keyboardPanDelta,
  32. bool? scrollWheelZoom,
  33. double? wheelDebounceTime,
  34. double? wheelPxPerZoomLevel,
  35. bool? tap,
  36. double? tapTolerance,
  37. bool? touchZoom,
  38. bool? bounceAtZoomLimits,
})

Implementation

external factory MapOptions({
  bool? preferCanvas,
  bool? attributionControl,
  bool? zoomControl,
  bool? closePopupOnClick,
  double? zoomSnap,
  double? zoomDelta,
  bool? trackResize,
  bool? boxZoom,
  bool? doubleClickZoom,
  bool? dragging,
  CRS? crs,
  LatLng? center,
  double? zoom,
  double? minZoom,
  double? maxZoom,
  List? layers,
  LatLngBounds? maxBounds,
  Renderer? renderer,
  bool? zoomAnimation,
  double? zoomAnimationThreshold,
  bool? fadeAnimation,
  bool? markerZoomAnimation,
  double? transform3DLimit,
  bool? inertia,
  double? inertiaDeceleration,
  double? inertiaMaxSpeed,
  double? easeLinearity,
  bool? worldCopyJump,
  double? maxBoundsViscosity,
  bool? keyboard,
  bool? keyboardPanDelta,
  bool? scrollWheelZoom,
  double? wheelDebounceTime,
  double? wheelPxPerZoomLevel,
  bool? tap,
  double? tapTolerance,
  bool? touchZoom,
  bool? bounceAtZoomLimits,
});