removeMapMarkers abstract method
- List<
MapMarker> markers
Removes a list of map markers from this cluster.
Removing markers which are not part of this cluster has no effect.
markersThe list of markers.
Implementation
void removeMapMarkers(List<MapMarker> markers);