@Beta(2020, 12) data class Address : Serializable
Describes the detailed address.
streetNumber
- The building's number.
street
- The name of the street.
municipalitySubdivision
- The sub/super city.
countrySecondarySubdivision
- The county.
countryTertiarySubdivision
- The named area.
countrySubdivision
- The state or province.
countryCode
- The country code.
country
- The name of the country.
countryCodeISO3
- The ISO3-standard country code. See https://www.iso.org/obp/ui/#search for more details.
freeFormAddress
- The freeform address: the full address in a usable form.
countrySubdivisionName
- The full name of the first level of a country administrative hierarchy.
This field only appears in case countrySubdivision is presented in an abbreviated form.
Supported only for USA, Canada, and Great Britain.
val country: String
The name of the country. |
|
val countryCode: String
The country code. |
|
val countryCodeISO3: String
The ISO3-standard country code. See https://www.iso.org/obp/ui/#search for more details. |
|
val countrySecondarySubdivision: String
The county. |
|
val countrySubdivision: String
The state or province. |
|
val countrySubdivisionName: String
The full name of the first level of a country administrative hierarchy. This field only appears in case countrySubdivision is presented in an abbreviated form. Supported only for USA, Canada, and Great Britain. |
|
val countryTertiarySubdivision: String
The named area. |
|
val freeFormAddress: String
The freeform address: the full address in a usable form. |
|
val municipality: String
The city/town. |
|
val municipalitySubdivision: String
The sub/super city. |
|
val postalCode: String
The postal code. |
|
val speedLimit: String
The speed limit. |
|
val street: String
The name of the street. |
|
val streetName: String
The street name. |
|
val streetNumber: String
The building's number. |