---
title: addressDictionary
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clplacemark/addressdictionary
---

# addressDictionary

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

## Declaration

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

## Discussion

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 ABCreateStringWithAddressDictionary(_:_:) function as described in AddressBookUI Functions.

## See Also

### Getting the associated contact details

- [postalAddress](corelocation/clplacemark/postaladdress.md)
