-
public interface ClusterManager.OnClusterInfoWindowLongClickListener<T extends ClusterItem>Called when a Cluster's Info Window is long clicked.
-
-
Method Summary
Modifier and Type Method Description abstract voidonClusterInfoWindowLongClick(Cluster<T> cluster)-
-
Method Detail
-
onClusterInfoWindowLongClick
abstract void onClusterInfoWindowLongClick(Cluster<T> cluster)
-
-
-
-