<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Contacts",
  "identifier" : "/documentation/Contacts/CNPostalAddress",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Contacts"
    ],
    "preciseIdentifier" : "c:objc(cs)CNPostalAddress"
  },
  "title" : "CNPostalAddress"
}
-->

# CNPostalAddress

An immutable representation of the postal address for a contact.

```
class CNPostalAddress
```

## Overview

`CNPostalAddress` is a thread-safe class.

## Topics

### Getting the Parts of a Postal Address

[`street`](/documentation/Contacts/CNPostalAddress/street)

The street name in a postal address.

[`city`](/documentation/Contacts/CNPostalAddress/city)

The city name in a postal address.

[`state`](/documentation/Contacts/CNPostalAddress/state)

The state name in a postal address.

[`postalCode`](/documentation/Contacts/CNPostalAddress/postalCode)

The postal code in a postal address.

[`country`](/documentation/Contacts/CNPostalAddress/country)

The country or region name in a postal address.

[`isoCountryCode`](/documentation/Contacts/CNPostalAddress/isoCountryCode)

The ISO country code for the country or region in a postal address, using the ISO 3166-1 alpha-2 standard.

[`subAdministrativeArea`](/documentation/Contacts/CNPostalAddress/subAdministrativeArea)

The subadministrative area (such as a county or other region) in a postal address.

[`subLocality`](/documentation/Contacts/CNPostalAddress/subLocality)

Additional information associated with the location, typically defined at the city or town level, in a postal address.

### Getting Localized Postal Values

[`localizedString(forKey:)`](/documentation/Contacts/CNPostalAddress/localizedString(forKey:))

Returns the localized name for the property associated with the specified key.

[`CNPostalAddressStreetKey`](/documentation/Contacts/CNPostalAddressStreetKey)

The street name of the address.

[`CNPostalAddressCityKey`](/documentation/Contacts/CNPostalAddressCityKey)

The city of the address.

[`CNPostalAddressStateKey`](/documentation/Contacts/CNPostalAddressStateKey)

The state name of the address.

[`CNPostalAddressPostalCodeKey`](/documentation/Contacts/CNPostalAddressPostalCodeKey)

The postal code of the address.

[`CNPostalAddressCountryKey`](/documentation/Contacts/CNPostalAddressCountryKey)

The country or region name of the address.

[`CNPostalAddressISOCountryCodeKey`](/documentation/Contacts/CNPostalAddressISOCountryCodeKey)

The ISO country code of the address.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)