Marker Manager
open class MarkerManager : MapObjectManager<O, C> , GoogleMap.OnInfoWindowClickListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnMarkerDragListener, GoogleMap.InfoWindowAdapter, GoogleMap.OnInfoWindowLongClickListener
Keeps track of collections of markers on the map. Delegates all Marker-related events to each collection's individually managed listeners.
All marker operations (adds and removes) should occur via its collection class. That is, don't add a marker via a collection, then remove it via Marker.remove()
Functions
Link copied to clipboard
Gets a named collection that was created by newCollection
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Create a new named collection, which can later be looked up by getCollection
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard