Package 

Interface ClusterManager.OnClusterClickListener

    • Method Summary

      Modifier and Type Method Description
      abstract boolean onClusterClick(Cluster<T> cluster) Called when cluster is clicked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onClusterClick

         abstract boolean onClusterClick(Cluster<T> cluster)

        Called when cluster is clicked.Return true if click has been handledReturn false and the click will dispatched to the next listener