Latitude in decimal degrees.
Longitude in decimal degrees.
Optional nameShort, human-readable name for the place (e.g. "Googleplex").
Optional streetStreet/thoroughfare (e.g. "Amphitheatre Pkwy").
Optional subSub-locality such as a neighbourhood or district.
Optional localityLocality, typically a city or town.
Optional subSub-administrative area, typically a county.
Optional administrativeAdministrative area, typically a state or province.
Optional postalPostal/ZIP code.
Optional countryCountry name (localised when locale is provided).
Optional countryISO 3166-1 alpha-2 country code (e.g. "US", "BR").
Optional formattedBest-effort, human-readable, localised single-line address. Field order is locale-aware (each platform's native formatter picks the right order for the locale). Not machine-parseable — use the structured fields above for that.
Generated using TypeDoc
A single geocoded place returned by forwardGeocode or reverseGeocode.
Every field other than
latitudeandlongitudeis optional, because the underlying native geocoder may not populate them depending on the input and the locale.