Cluster

interface Cluster<T : ClusterItem?>

A collection of ClusterItems that are nearby each other.

Inheritors

Functions

Link copied to clipboard
abstract fun getItems(): Collection<T>
Link copied to clipboard
abstract fun getPosition(): LatLng
Link copied to clipboard
abstract fun getSize(): Int