Contents

Location.Address

The postal address of a brand location.

Declaration

object Location.Address

Properties

NameTypeDescription
countryOrRegionstring

ISO 3166-1 alpha-2 country code, for example, "US", "GB". Read-only.

adminAreastring

State or province name, for example, "California". Read-only.

adminAreaCodestring

Abbreviated state or province code, for example, "CA". Read-only.

localitystring

City or town name. Read-only.

subLocalitystring

Neighborhood or district within a city. Read-only.

subAdminAreastring

County or sub-administrative area. Read-only.

postalCodestring

Postal or ZIP code. Read-only.

thoroughfarestring

Street name. Read-only.

subThoroughfarestring

Street number. Read-only.

fullThoroughfarestring

Combined street number and street name. Read-only.

fullAddressstring

Complete formatted address string. Read-only.

unitstring

Suite or unit number, for example, "Suite 100". Read-only.

floorstring

Floor number, for example, "1". Read-only.

buildingstring

Building name, for example, "Main Building". Read-only.

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.