MapClickedResults

data class MapClickedResults(val addresses: List<Address>?, val clusters: List<ClusterResult>?, val objects: List<ClickedObject>?)

Results returned when the map is clicked or long-pressed.

Constructors

Link copied to clipboard
constructor(addresses: List<Address>?, clusters: List<ClusterResult>?, objects: List<ClickedObject>?)

Properties

Link copied to clipboard

List of addresses found at the clicked location (e.g., road, POI)

Link copied to clipboard

List of POI clusters found at the clicked location

Link copied to clipboard

List of map objects found at the clicked location