removeMapMarker abstract method

void removeMapMarker(
  1. MapMarker marker
)

Removes a map marker from this cluster.

Removing a marker which is not part of this cluster has no effect.

  • marker The marker.

Implementation

void removeMapMarker(MapMarker marker);