onClusterLongClick

abstract fun onClusterLongClick(cluster: ClusterFeature): Boolean

Called when an cluster has been long clicked.

Return

True if this click should be consumed and not passed further to other listeners registered afterwards, false otherwise.

Parameters

cluster

the long clicked cluster represented by ClusterFeature.