Marker Layer

You can add single point features - such as pins, labels, or markers - to maps using MarkerLayer and Markers.

circle-check
An example Marker, using FlutterLogo as the child
circle-exclamation

Rotation

Marker rotation support isn't built in (other than counter rotating to the map, to ensure the marker is always displayed right side up), but can easily be implemented through a rotation widget, such as Transform.rotate.

Last updated

Was this helpful?