| Interface | Description |
|---|---|
| Cluster<T extends ClusterItem> |
A collection of ClusterItems that are nearby each other.
|
| ClusterItem |
ClusterItem represents a marker on the map.
|
| ClusterManager.OnClusterClickListener<T extends ClusterItem> |
Called when a Cluster is clicked.
|
| ClusterManager.OnClusterInfoWindowClickListener<T extends ClusterItem> |
Called when a Cluster's Info Window is clicked.
|
| ClusterManager.OnClusterItemClickListener<T extends ClusterItem> |
Called when an individual ClusterItem is clicked.
|
| ClusterManager.OnClusterItemInfoWindowClickListener<T extends ClusterItem> |
Called when an individual ClusterItem's Info Window is clicked.
|
| Class | Description |
|---|---|
| ClusterManager<T extends ClusterItem> |
Groups many items on a map based on zoom level.
|