AddressType
AddressType' represents the location address.
| Element | Data type | Description |
|---|---|---|
| label | string | Unparsed address. |
| countryCode | string | A three-letter country code.. |
| countryName | string | The localised country name. |
| state | string | A code/abbreviation for the state division of a country. |
| county | string | A division of a state; typically, a secondary-level administrative division of a country or equivalent. |
| city | string | The name of the primary locality of the place. Can be city name or weather station name |
| district | string | A division of city; typically an administrative unit within a larger city or a customary name of a city's neighborhood. |
| street | string | Name of street. |
| postalCode | string | An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code. |
| houseNumber | string | House number. |
Updated 7 days ago