YMKClusterTapListener

@protocol YMKClusterTapListener <NSObject>

Summary

Instance methods

- (BOOL)onClusterTapWithCluster:(nonnull YMKCluster *)cluster;
Called when cluster is tapped

Instance methods

onClusterTapWithCluster:

- (BOOL)onClusterTapWithCluster:(nonnull YMKCluster *)cluster;

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