addMapMarkerCluster abstract method

void addMapMarkerCluster(
  1. MapMarkerCluster cluster
)

Adds a map marker cluster to the map.

Either the contained individual map markers or the cluster markers will be displayed. Adding the same map marker cluster instance multiple times has no effect.

  • cluster The marker cluster to be added to this map scene.

Implementation

void addMapMarkerCluster(MapMarkerCluster cluster);