addMapMarker abstract method
- MapMarker marker
Adds a map marker to this cluster.
Adding a marker which is already part of the cluster or which was already added to the map scene has no effect.
markerThe marker.
Implementation
void addMapMarker(MapMarker marker);