Location.Address
The postal address of a brand location.
Declaration
object Location.AddressProperties
| Name | Type | Description |
|---|---|---|
countryOrRegion | string | ISO 3166-1 alpha-2 country code, for example, |
adminArea | string | State or province name, for example, |
adminAreaCode | string | Abbreviated state or province code, for example, |
locality | string | City or town name. Read-only. |
subLocality | string | Neighborhood or district within a city. Read-only. |
subAdminArea | string | County or sub-administrative area. Read-only. |
postalCode | string | Postal or ZIP code. Read-only. |
thoroughfare | string | Street name. Read-only. |
subThoroughfare | string | Street number. Read-only. |
fullThoroughfare | string | Combined street number and street name. Read-only. |
fullAddress | string | Complete formatted address string. Read-only. |
unit | string | Suite or unit number, for example, |
floor | string | Floor number, for example, |
building | string | Building name, for example, |
Discussion
The address field is sourced from Apple Maps and is read-only. Use countryOrRegion to verify country or region targeting compatibility, and fullAddress for a single formatted display string.