Skip to content

Instantly share code, notes, and snippets.

@jayrparro
Created August 9, 2016 02:22
Show Gist options
  • Save jayrparro/fb299a1b8f172a1fbfbb74fbac85b0b6 to your computer and use it in GitHub Desktop.
Save jayrparro/fb299a1b8f172a1fbfbb74fbac85b0b6 to your computer and use it in GitHub Desktop.
CLPlaceMark properties
Accessing the Placemark Attributes
name - The name of the placemark. (read-only)
addressDictionary - A dictionary containing the Address Book keys and values for the placemark. (read-only)
ISOcountryCode - The abbreviated country name. (read-only)
country - The name of the country associated with the placemark. (read-only)
postalCode - The postal code associated with the placemark. (read-only)
administrativeArea - The state or province associated with the placemark. (read-only)
subAdministrativeArea - Additional administrative area information for the placemark. (read-only)
locality - The city associated with the placemark. (read-only)
subLocality - Additional city-level information for the placemark. (read-only)
thoroughfare - The street address associated with the placemark. (read-only)
subThoroughfare - Additional street-level information for the placemark. (read-only)
region - The geographic region associated with the placemark. (read-only)
timeZone - The time zone associated with the placemark. (read-only)
Accessing Landmark Information
areasOfInterest - The relevant areas of interest associated with the placemark. (read-only)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment