updateMap method
void
updateMap()
Method called on map update to update cluster. Can also be manually called to force update.
Implementation
void updateMap() {
_updateClusters();
}
Method called on map update to update cluster. Can also be manually called to force update.
void updateMap() {
_updateClusters();
}