removeMapMarkerCluster abstract method

void removeMapMarkerCluster(
  1. MapMarkerCluster cluster
)

Removes a map marker cluster from the map.

Removing a map marker cluster that is not on this scene has no effect.

  • cluster The marker cluster to be removed from this map scene.

Implementation

void removeMapMarkerCluster(MapMarkerCluster cluster);