onClusterClick

abstract fun onClusterClick(cluster: ClusterFeature): Boolean

Called when an cluster has been clicked.

Return

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

Parameters

cluster

the clicked cluster represented by ClusterFeature.