LocationMarker

data class LocationMarker(locationProvider: LocationProvider, @ColorInt color: Int? = null)

Represents a visual marker that can be displayed at a specific location on the map.

The marker will automatically track the location provided by the location provider and update its position accordingly.

Since

0.0.86

Constructors

Link copied to clipboard
constructor(locationProvider: LocationProvider, @ColorInt color: Int? = null)