<!--
{
  "availability" : [
    "iOS: 5.0.0 - 11.0.0",
    "iPadOS: 5.0.0 - 11.0.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.8.0 - 10.13.0",
    "tvOS: 9.0.0 - 11.0.0",
    "watchOS: 1.0.0 - 4.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLPlacemark/addressDictionary",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLPlacemark(py)addressDictionary"
  },
  "title" : "addressDictionary"
}
-->

# addressDictionary

A dictionary containing the Address Book keys and values for the placemark.

```
var addressDictionary: [AnyHashable : Any]? { get }
```

## Discussion

The keys in this dictionary are those defined by the Address Book framework and used to access address information for a person. For a list of the strings that can be in this dictionary, see the “Address Property” constants in `ABPerson`.

You can format the contents of this dictionary to get a full address string as opposed to building the address yourself. To format the dictionary, use the <doc://com.apple.documentation/documentation/AddressBookUI/ABCreateStringWithAddressDictionary(_:_:)> function as described in `AddressBookUI Functions`.

---

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)