ClusterResult

data class ClusterResult(val id: List<Int>, val bbox: GeoRect, val pos: GeoPoint, val addresses: List<Address>)

Represents a cluster of POIs found at a clicked location on the map.

Constructors

Link copied to clipboard
constructor(id: List<Int>, bbox: GeoRect, pos: GeoPoint, addresses: List<Address>)

Properties

Link copied to clipboard

List of addresses within the cluster (location may be null for some addresses)

Link copied to clipboard

The bounding box containing all POIs in this cluster

Link copied to clipboard
val id: List<Int>

List of cluster IDs that this result belongs to

Link copied to clipboard

The geographic position of the cluster