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>?)