addressDictionary
A dictionary containing the Address Book keys and values for the placemark.
Declaration
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 ABCreateStringWithAddressDictionary(_:_:) function as described in AddressBookUI Functions.