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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<T>
getItems()
com.google.android.gms.maps.model.LatLng
getPosition()
int
getSize()
-
-
-
Method Detail
-
getPosition
com.google.android.gms.maps.model.LatLng getPosition()
-
getItems
java.util.Collection<T> getItems()
-
getSize
int getSize()
-
-