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