selectMarker

open fun selectMarker(@NonNull marker: Marker)

Deprecated

Selects a marker. The selected marker will have it's info window opened. Any other open info windows will be closed unless isAllowConcurrentMultipleOpenInfoWindows() is true.

Selecting an already selected marker will have no effect.

Deprecated

As of 7.0.0, use MapLibre Annotation Plugin instead

Parameters

marker

The marker to select.