Package version:

Interface AddressValue

Address field value.

Hierarchy

  • AddressValue

Properties

city?: string

Name of city, town, village, etc.

cityDistrict?: string

Districts or boroughs within a city, such as Brooklyn in New York City or City of Westminster in London.

countryRegion?: string

Country/region.

house?: string

Build name, such as World Trade Center.

houseNumber?: string

House or building number.

level?: string

Floor number, such as 3F.

poBox?: string

Post office box number.

postalCode?: string

Postal code used for mail sorting.

road?: string

Street name.

state?: string

First-level administrative division.

stateDistrict?: string

Second-level administrative division used in certain locales.

streetAddress?: string

Street-level address, excluding city, state, countryRegion, and postalCode.

suburb?: string

Unofficial neighborhood name, like Chinatown.

unit?: string

Apartment or office number

Generated using TypeDoc