ReverseGeocoderResponse
class ReverseGeocoderResponse constructor(val summary: ReverseGeocoderSummary, val places: List<PlaceMatch>)
Response of the Reverse Geocoding request.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun copy(summary: ReverseGeocoderSummary = this.summary, places: List<PlaceMatch> = this.places): ReverseGeocoderResponse