Package 

Interface Cluster


  • 
    public interface Cluster<T extends ClusterItem>
    
                        

    A collection of ClusterItems that are nearby each other.

    • Method Summary

      Modifier and Type Method Description
      abstract LatLng getPosition()
      abstract Collection<T> getItems()
      abstract int getSize()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait