Readonly city: stringThe city of the address.
Readonly country: stringThe country of the address.
Readonly countryThe country as a two letter code.
Readonly county: stringThe county/state/province of the address.
Readonly house: stringThe house number or house name of the address.
Readonly street: stringThe street value of the address.
Readonly tags: Record<string, string>An object holding POI's (point of interest) as key-value pairs.
Readonly zip: stringThe ZIP code of the address.
Generated using TypeDoc
Defines an address object.