removeMapMarkers abstract method

void removeMapMarkers(
  1. List<MapMarker> markers
)

Removes a list of map markers from this cluster.

Removing markers which are not part of this cluster has no effect.

  • markers The list of markers.

Implementation

void removeMapMarkers(List<MapMarker> markers);