VoyagerMapConfig class
Constructors
-
VoyagerMapConfig({Set<Factory<OneSequenceGestureRecognizer>> gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{}, bool compassEnabled = true, bool mapToolbarEnabled = false, CameraTargetBounds cameraTargetBounds = CameraTargetBounds.unbounded, MapType mapType = MapType.normal, MinMaxZoomPreference minMaxZoomPreference = MinMaxZoomPreference.unbounded, bool rotateGesturesEnabled = true, bool scrollGesturesEnabled = true, bool zoomControlsEnabled = false, bool zoomGesturesEnabled = true, bool liteModeEnabled = false, bool tiltGesturesEnabled = false, bool myLocationEnabled = false, bool myLocationButtonEnabled = false, EdgeInsets padding = const EdgeInsets.all(0), bool indoorViewEnabled = false, bool trafficEnabled = false, bool buildingsEnabled = false, Set<Marker> markers = const <Marker>{}, Set<Polygon> polygons = const <Polygon>{}, Set<Polyline> polylines = const <Polyline>{}, Set<Circle> circles = const <Circle>{}, VoidCallback? onCameraMoveStarted, Set<TileOverlay> tileOverlays = const <TileOverlay>{}, CameraPositionCallback? onCameraMove, VoidCallback? onCameraIdle})
-
Methods
-
copyWith({bool? compassEnabled, bool? mapToolbarEnabled, CameraTargetBounds? cameraTargetBounds, MapType? mapType, MinMaxZoomPreference? minMaxZoomPreference, bool? rotateGesturesEnabled, bool? scrollGesturesEnabled, bool? zoomControlsEnabled, bool? zoomGesturesEnabled, bool? liteModeEnabled, bool? tiltGesturesEnabled, EdgeInsets? padding, Set<Marker>? markers, Set<Polygon>? polygons, Set<Polyline>? polylines, Set<Circle>? circles, Set<TileOverlay>? tileOverlays, VoidCallback? onCameraMoveStarted, CameraPositionCallback? onCameraMove, VoidCallback? onCameraIdle, bool? myLocationEnabled, bool? myLocationButtonEnabled, bool? indoorViewEnabled, bool? trafficEnabled, bool? buildingsEnabled, Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers})
→ VoyagerMapConfig
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited