StructuredAddress interface
Structured address
Properties
| country |
The 2 or 3 letter ISO3166-1 country code portion of an address. E.g. US. |
| country |
The county for the structured address |
| country |
The country subdivision portion of an address |
| country |
The named area for the structured address |
| cross |
The cross street name for the structured address |
| municipality | The municipality portion of an address |
| municipality |
The municipality subdivision (sub/super city) for the structured address |
| postal |
The postal code portion of an address |
| street |
The street name portion of an address |
| street |
The street number portion of an address |
Property Details
countryCode
The 2 or 3 letter ISO3166-1 country code portion of an address. E.g. US.
countryCode: string
Property Value
string
countrySecondarySubdivision
The county for the structured address
countrySecondarySubdivision?: string
Property Value
string
countrySubdivision
The country subdivision portion of an address
countrySubdivision?: string
Property Value
string
countryTertiarySubdivision
The named area for the structured address
countryTertiarySubdivision?: string
Property Value
string
crossStreet
The cross street name for the structured address
crossStreet?: string
Property Value
string
municipality
The municipality portion of an address
municipality?: string
Property Value
string
municipalitySubdivision
The municipality subdivision (sub/super city) for the structured address
municipalitySubdivision?: string
Property Value
string
postalCode
The postal code portion of an address
postalCode?: string
Property Value
string
streetName
The street name portion of an address
streetName?: string
Property Value
string
streetNumber
The street number portion of an address
streetNumber?: string
Property Value
string