Interface Cluster<T extends ClusterItem>

  • All Known Implementing Classes:
    StaticCluster

    public interface Cluster<T extends ClusterItem>
    A collection of ClusterItems that are nearby each other.
    • Method Detail

      • getPosition

        com.google.android.gms.maps.model.LatLng getPosition()
      • getItems

        java.util.Collection<T> getItems()
      • getSize

        int getSize()