animate_map_markers library

Classes

AnimatedMapMarkersWidget
A widget that displays a GoogleMap with animated, scalable markers.
MarkerAnimationController
A controller that handles animation and icon scaling for Google Map markers.
MarkerDraggableSheet
MarkerDraggableSheetConfig
MarkerDraggableSheetPage
A widget that wraps MarkerDraggableSheet and manages marker-specific animations.
MarkerDraggableSheetState
MarkerHelper
MarkerIconInfo
Class used to provide information about the marker on the GoogleMap widget. Pass either an asset image assetPath or a material icon to change the appearance of the icon.
MarkerOverlayContent
MarkerScaler
A utility class to scale local asset images for use as marker icons on Google Maps.
MarkerSheetController
A controller for interacting with MarkerDraggableSheet.
MarkerSwipeCard
A widget that displays a swipeable carousel linked to map markers.
MarkerSwipeCardConfig
MarkerSwipeCardOption
NeverScrollCardOption

Typedefs

MarkerTapCallback = Future<void> Function(MarkerId markerId)
Signature for a callback that is triggered when a marker is tapped.