Platforms to show: All Mac Windows Linux Cross-Platform
MKPlacemarkMBS class
Super class: CLPlacemarkMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | Console & Web | iOS |
class | MapKit | MBS MacFrameworks Plugin | 14.1 | Yes | No | No | Yes, macOS only | No |
Notes:
Placemark data includes information such as the country, state, city, and street address associated with the specified coordinate. Placemark objects are typically generated by a MKReverseGeocoderMBS object, although you can also create them explicitly yourself.
A placemark is also an annotation and conforms to the MKAnnotationMBS interface, whose properties and methods include the placemark coordinate and other information. Because they are annotations, you can add them directly to the map view.
Subclass of the CLPlacemarkMBS class.
- property countryCode as String
- 7 methods
- method Constructor(coordinate as CLLocationCoordinate2DMBS)
- method Constructor(coordinate as CLLocationCoordinate2DMBS, addressDictionary as dictionary)
- method Constructor(coordinate as CLLocationCoordinate2DMBS, postalAddress as Variant)
- method Coordinate as CLLocationCoordinate2DMBS
- method SetCoordinate(newCoordinate as CLLocationCoordinate2DMBS)
- method SubTitle as String
- method Title as String
Super class CLPlacemarkMBS
- property Handle as Integer
- 20 methods
- method addressDictionary as Dictionary
- method administrativeArea as string
- method areasOfInterest as string()
- method Constructor(placement as CLPlacemarkMBS)
- method copy as CLPlacemarkMBS
- method country as string
- method description as string
- method inlandWater as string
- method ISOcountryCode as string
- method locality as string
- method location as CLLocationMBS
- method name as string
- method ocean as string
- method postalAddress as variant
- method postalCode as string
- method region as CLRegionMBS
- method subAdministrativeArea as string
- method subLocality as string
- method subThoroughfare as string
- method thoroughfare as string
- shared method Available as boolean
This class has no sub classes.
Some methods using this class:
- MKMapItemMBS.Constructor(PlaceMark as MKPlacemarkMBS)
Some properties using for this class:
- MKMapItemMBS.placemark as MKPlacemarkMBS
Some examples which use this class:
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
Links
MBS Xojo Chart Plugins