onClusterTap abstract method

bool onClusterTap(
  1. Cluster cluster
)

Called when cluster is tapped. Return true if the event was handled. Otherwise it will be passed to underlying objects.

Implementation

core.bool onClusterTap(mapkit_map_cluster.Cluster cluster);