ClusterInfo

data class ClusterInfo(val size: Int)

Cluster data available to render cluster icon.

Used as a key of rendered images cache, so clusters with the same data share one image.

Constructors

Link copied to clipboard
constructor(size: Int)

Properties

Link copied to clipboard
val size: Int