flutter_map_location_marker library

A flutter_map plugin for displaying device current location.

Classes

AnimatedLocationMarkerLayer
A layer for location marker in FlutterMap with animation.
CurrentLocationLayer
A layer for current location marker in FlutterMap.
DefaultLocationMarker
The default Widget that shows the device's position. By default, it is a blue circle with a white border. The color can be changed and a child can be displayed inside the circle.
HeadingSector
A CustomPainter that draws a sector for displaying the device's heading.
LocationMarkerDataStreamFactory
Helper class for converting the data stream which provide data in required format from stream created by some existing plugin.
LocationMarkerHeading
A angle with accuracy for marker rendering.
LocationMarkerIndicators
An object to store indicators widget for special status of CurrentLocationLayer.
LocationMarkerLayer
A layer for location marker in FlutterMap.
LocationMarkerPosition
A position with accuracy for marker rendering.
LocationMarkerStyle
An immutable style describing how to format and paint the location marker.

Enums

FollowOnLocationUpdate
Should the map follow the new location when location is updated.
MarkerDirection
Define how should the marker rotate.
TurnOnHeadingUpdate
Should the map to be turned when heading is updated.

Typedefs

CenterOnLocationUpdate = FollowOnLocationUpdate
Should the map follow the new location when location is updated.