ReverseGeocoderResponse

data class ReverseGeocoderResponse(val summary: Summary, 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.

Parameters

summary

The summary of the request to the Reverse Geocoding API.

places

The result list, sorted in descending order by score.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard