addMapMarkers abstract method
- List<
MapMarker> markers
Adds a list of map markers to this cluster.
Markers which are already part of the cluster or which were already added to the map scene will be ignored.
markersThe list of markers.
Implementation
void addMapMarkers(List<MapMarker> markers);