AnimatedMapMarkersWidget class
A widget that displays a GoogleMap with animated, scalable markers.
The markers animate by scaling their size smoothly using custom icons. Optionally, a draggable sheet can appear below the map when a marker is tapped, showing additional information.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- AnimatedMapMarkersWidget
Constructors
-
AnimatedMapMarkersWidget({Key? key, required LatLng defaultCameraLocation, required double zoomLevel, String? style, void onMapCreated(GoogleMapController)?, required List<
MarkerIconInfo> scaledMarkerIconInfos, MarkerOverlayContent? overlayContent, Set<Factory< gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{}, bool compassEnabled = true, TextDirection? layoutDirection, bool mapToolbarEnabled = true, CameraTargetBounds cameraTargetBounds = CameraTargetBounds.unbounded, MapType mapType = MapType.normal, MinMaxZoomPreference minMaxZoomPreference = MinMaxZoomPreference.unbounded, bool rotateGesturesEnabled = true, bool scrollGesturesEnabled = true, bool zoomControlsEnabled = true, bool zoomGesturesEnabled = true, bool liteModeEnabled = false, bool tiltGesturesEnabled = true, bool myLocationEnabled = false, bool myLocationButtonEnabled = true, EdgeInsets padding = const EdgeInsets.all(0), bool indoorViewEnabled = false, bool trafficEnabled = false, bool buildingsEnabled = true, Set<OneSequenceGestureRecognizer> >Polygon> polygons = const <Polygon>{}, Set<Marker> markers = const <Marker>{}, Set<Circle> circles = const <Circle>{}, VoidCallback? onCameraMoveStarted, CameraPositionCallback? onCameraMove, Set<TileOverlay> tileOverlays = const <TileOverlay>{}, VoidCallback? onCameraIdle, ArgumentCallback<LatLng> ? onTap, ArgumentCallback<LatLng> ? onLongPress}) -
Creates an AnimatedMapMarkersWidget.
const
Properties
- buildingsEnabled → bool
-
Enables or disables showing 3D buildings where available
final
- cameraTargetBounds → CameraTargetBounds
-
Geographical bounding box for the camera target.
final
-
circles
→ Set<
Circle> -
Circles to be placed on the map.
final
- compassEnabled → bool
-
True if the map should show a compass when rotated.
final
- defaultCameraLocation → LatLng
-
The initial location of the map's camera.
If null, initial location is
sourceLatLng.final -
gestureRecognizers
→ Set<
Factory< OneSequenceGestureRecognizer> > -
Which gestures should be consumed by the map.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indoorViewEnabled → bool
-
Enables or disables the indoor view from the map
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- layoutDirection → TextDirection?
-
The layout direction to use for the embedded view.
final
- liteModeEnabled → bool
-
See https://developers.google.com/maps/documentation/android-sdk/lite#overview_of_lite_mode for more details.
final
- mapToolbarEnabled → bool
-
True if the map should show a toolbar when you interact with the map. Android only.
final
- mapType → MapType
-
Type of map tiles to be rendered.
final
-
markers
→ Set<
Marker> -
Markers to be placed on the map. (apart from animated map markers).
final
- minMaxZoomPreference → MinMaxZoomPreference
-
Preferred bounds for the camera zoom level.
final
- myLocationButtonEnabled → bool
-
Enables or disables the my-location button.
final
- myLocationEnabled → bool
-
True if a "My Location" layer should be shown on the map.
final
- onCameraIdle → VoidCallback?
-
Called when camera movement has ended, there are no pending
animations and the user has stopped interacting with the map.
final
- onCameraMove → CameraPositionCallback?
-
Called repeatedly as the camera continues to move after an
onCameraMoveStarted call.
final
- onCameraMoveStarted → VoidCallback?
-
Called when the camera starts moving.
final
-
onLongPress
→ ArgumentCallback<
LatLng> ? -
Called every time a
GoogleMapis long pressed.final - onMapCreated → void Function(GoogleMapController)?
-
Callback method for when the map is ready to be used.
final
-
onTap
→ ArgumentCallback<
LatLng> ? -
Called every time a
GoogleMapis tapped.final - overlayContent → MarkerOverlayContent?
-
Provides custom overlay content to display above the map, such as a
draggable bottom sheet or a horizontal swipeable card view (PageView).
final
- padding → EdgeInsets
-
Padding to be set on map. See https://developers.google.com/maps/documentation/android-sdk/map#map_padding for more details.
final
-
polygons
→ Set<
Polygon> -
Polygons to be placed on the map.
final
- rotateGesturesEnabled → bool
-
True if the map view should respond to rotate gestures.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scaledMarkerIconInfos
→ List<
MarkerIconInfo> -
The list of markers that will be animated using scaling effects.
final
- scrollGesturesEnabled → bool
-
True if the map view should respond to scroll gestures.
final
- style → String?
-
//////////////////////////////////////////////
//////////////////////////////////////////////
The style for the map.
final
-
tileOverlays
→ Set<
TileOverlay> -
Tile overlays to be placed on the map.
final
- tiltGesturesEnabled → bool
-
True if the map view should respond to tilt gestures.
final
- trafficEnabled → bool
-
Enables or disables the traffic layer of the map
final
- zoomControlsEnabled → bool
-
True if the map view should show zoom controls. This includes two buttons
to zoom in and zoom out. The default value is to show zoom controls.
final
- zoomGesturesEnabled → bool
-
True if the map view should respond to zoom gestures.
final
- zoomLevel → double
-
The zoom level of the camera.
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< AnimatedMapMarkersWidget> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited