StaticCluster

open class StaticCluster<T : ClusterItem?> : Cluster<T>

A cluster whose center is determined upon creation.

Constructors

Link copied to clipboard
constructor(center: LatLng)

Functions

Link copied to clipboard
open fun add(t: T): Boolean
Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun getItems(): Collection<T>
Link copied to clipboard
open fun getPosition(): LatLng
Link copied to clipboard
open fun getSize(): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun remove(t: T): Boolean
Link copied to clipboard
open fun toString(): String