ReverseGeocoderResponse

data class ReverseGeocoderResponse(val summary: Summary, val places: List<PlaceMatch>)

Response of the Reverse Geocoding API.

Parameters

summary

The summary of the request to the Reverse Geocoding API.

places

The result list, sorted in descending order by score.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun ReverseGeocoderResponse(summary: Summary, places: List<PlaceMatch>)

Properties

Link copied to clipboard
val places: List<PlaceMatch>
Link copied to clipboard
val summary: Summary