addClusterTapListener abstract method

void addClusterTapListener(
  1. ClusterTapListener clusterTapListener
)

Adds a tap listener for cluster.

The class does not retain the object in the 'clusterTapListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.

Implementation

void addClusterTapListener(
    mapkit_map_cluster_tap_listener.ClusterTapListener clusterTapListener);