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