Platforms to show: All Mac Windows Linux Cross-Platform
Back to CLPlacemarkMBS class.
CLPlacemarkMBS.addressDictionary as Dictionary
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
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 Reference.
You can format the contents of this dictionary to get a full address string as opposed to building the address yourself.
Available in OS X v10.8 and later.
(Read only property)
Some examples using this property:
CLPlacemarkMBS.administrativeArea as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
If the placemark location is Apple's headquarters, for example, the value for this property would be the string "CA" or "California".
Available in OS X v10.8 and later.
(Read only property)
Some examples using this property:
CLPlacemarkMBS.country as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
If the placemark location is Apple's headquarters, for example, the value for this property would be the string "United States".
Available in OS X v10.8 and later.
(Read only property)
CLPlacemarkMBS.description as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read only property)
CLPlacemarkMBS.Handle as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
(Read and Write property)
CLPlacemarkMBS.inlandWater as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
For coordinates that lie over an inland body of water, this property contains the name of that water body—the name of a lake, stream, river, or other waterway.
Available in OS X v10.8 and later.
(Read only property)
Some examples using this property:
CLPlacemarkMBS.ISOcountryCode as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
This string is the standard abbreviation used to refer to the country. For example, if the placemark location is Apple's headquarters, the value for this property would be the string "US".
Available in OS X v10.8 and later.
(Read only property)
CLPlacemarkMBS.locality as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
If the placemark location is Apple's headquarters, for example, the value for this property would be the string "Cupertino".
Available in OS X v10.8 and later.
(Read only property)
Some examples using this property:
CLPlacemarkMBS.location as CLLocationMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
This object is used to initialize the placemark object.
Available in OS X v10.8 and later.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in OS X v10.8 and later.
(Read only property)
CLPlacemarkMBS.ocean as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
For coordinates that lie over an ocean, this property contains the name of the ocean.
Available in OS X v10.8 and later.
(Read only property)
CLPlacemarkMBS.postalAddress as variant
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Value is a CNPostalAddressMBS. We use variant to reduce dependency to other plugins.
(Read only property)
CLPlacemarkMBS.postalCode as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
If the placemark location is Apple's headquarters, for example, the value for this property would be the string "95014".
Available in OS X v10.8 and later.
(Read only property)
CLPlacemarkMBS.region as CLRegionMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in OS X v10.8 and later.
(Read only property)
CLPlacemarkMBS.subAdministrativeArea as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Subadministrative areas typically correspond to counties or other regions that are then organized into a larger administrative area or state. For example, if the placemark location is Apple's headquarters, the value for this property would be the string "Santa Clara", which is the county in California that contains the city of Cupertino.
Available in OS X v10.8 and later.
(Read only property)
Some examples using this property:
CLPlacemarkMBS.subLocality as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
This property contains additional information, such as the name of the neighborhood or landmark associated with the placemark. It might also refer to a common name that is associated with the location.
Available in OS X v10.8 and later.
(Read only property)
Some examples using this property:
CLPlacemarkMBS.subThoroughfare as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Subthroughfares provide information such as the street number for the location. For example, if the placemark location is Apple's headquarters (1 Infinite Loop), the value for this property would be the string "1".
Available in OS X v10.8 and later.
(Read only property)
Some examples using this property:
CLPlacemarkMBS.thoroughfare as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CoreLocation | MBS MacFrameworks Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The street address contains the street name. For example, if the placemark location is Apple's headquarters, the value for this property would be the string "Infinite Loop".
Available in OS X v10.8 and later.
(Read only property)
Some examples using this property:
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
