ReverseGeocoderResponse

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

Response of the Reverse Geocoding API.

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

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

The result list, sorted in descending order by score.

Link copied to clipboard

The summary of the request to the Reverse Geocoding API.