onClusterAdded abstract method

void onClusterAdded(
  1. Cluster cluster
)

This method is called when a new cluster is added to the collection and should customize cluster appearance based on its content.

Implementation

void onClusterAdded(mapkit_map_cluster.Cluster cluster);