-
public interface Cluster<T extends ClusterItem>A collection of ClusterItems that are nearby each other.
-
-
Method Summary
Modifier and Type Method Description abstract LatLnggetPosition()abstract Collection<T>getItems()abstract intgetSize()-
-
Method Detail
-
getPosition
abstract LatLng getPosition()
-
getItems
abstract Collection<T> getItems()
-
getSize
abstract int getSize()
-
-
-
-