-
public interface ClusterManager.OnClusterItemInfoWindowLongClickListener<T extends ClusterItem>Called when an individual ClusterItem's Info Window is long clicked.
-
-
Method Summary
Modifier and Type Method Description abstract voidonClusterItemInfoWindowLongClick(T item)-
-
Method Detail
-
onClusterItemInfoWindowLongClick
abstract void onClusterItemInfoWindowLongClick(T item)
-
-
-
-