sdk-maps / com.tomtom.online.sdk.map / MarkerExtension / getMarkers

getMarkers

@NonNull abstract fun getMarkers(): MutableList<Marker!>

Get list of all markers added to map. Even marker which already not visible on map.

Return
MutableList<Marker!>: list of all marker on the map.