Package version:

Interface StructuredAddress

Structured address

Hierarchy

  • StructuredAddress

Properties

countryCode: string

The 2 or 3 letter ISO3166-1 country code portion of an address. E.g. US.

countrySecondarySubdivision?: string

The county for the structured address

countrySubdivision?: string

The country subdivision portion of an address

countryTertiarySubdivision?: string

The named area for the structured address

crossStreet?: string

The cross street name for the structured address

municipality?: string

The municipality portion of an address

municipalitySubdivision?: string

The municipality subdivision (sub/super city) for the structured address

postalCode?: string

The postal code portion of an address

streetName?: string

The street name portion of an address

streetNumber?: string

The street number portion of an address

Generated using TypeDoc