addMapMarkerCluster method - MapScene class - mapview library - Dart API
addMapMarkerCluster
addMapMarkerCluster abstract method
- 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.
clusterThe marker cluster to be added to this map scene.
Implementation
void addMapMarkerCluster(MapMarkerCluster cluster);