marker library

Classes

AreaMarker<T>
A Marker which draws a closed polyline specified by a series of lat/lon attributes. Note that there are fundamental differences to PolylineMarker:
CaptionMarker<T>
CircleMarker<T>
ClusterMarker
A ClusterMarker is a special marker that represents a group of markers that have been clustered together to reduce clutter on the map.
DefaultMarkerClusterDatastore<T>
A MarkerDatastore that clusters markers to avoid cluttering the map.
DefaultMarkerDatastore<T>
IconMarker<T>
Marker<T>
MarkerDatastore<T>
Abstract base class for managing collections of map markers with dynamic loading capabilities.
MarkerDatastoreOverlay
A Flutter widget overlay that renders markers from a MarkerDatastore on a map.
PoiMarker<T>
PolylineMarker<T>
A Marker which draws an open path specified by a series of lat/lon attributes.
PolylineTextMarker<T>
A Marker which draws a rectangle specified by the min/max lat/lon attributes. Currently there is no way to position captions other than in the center of the rectangle (RenderinstructionPath always returns Boundary.zero since it does not have any information about the actual size of the rectangle).
RectMarker<T>
A Marker which draws a rectangle specified by the min/max lat/lon attributes. Currently there is no way to position captions other than in the center of the rectangle (RenderinstructionRect always returns Boundary.zero since it does not have any information about the actual size of the rectangle).
SingleMarkerOverlay