ReverseGeocoderResponse

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

Response of the Reverse Geocoding request.

Constructors

Link copied to clipboard
constructor(summary: ReverseGeocoderSummary, places: List<PlaceMatch>)

Properties

Link copied to clipboard

The places matched for the reverse geocoded location, sorted in descending order by score.

Link copied to clipboard

The summary of the request to the Reverse Geocoding API.