MarkersState

State of the Markers Composable.

Use rememberMarkersState to construct an instance.

Functions

Link copied to clipboard
fun deselectMarker(markerId: MarkerId)

Deselects a marker identified by markerId.

Link copied to clipboard

Returns true if the marker identified by markerId is selected.

Link copied to clipboard
fun selectMarker(markerId: MarkerId)

Selects a marker identified by markerId.