MKPointAnnotation Class Reference
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/MapKit.framework |
| Availability | Available in iOS 4.0 and later. |
| Companion guide | |
| Declared in | MKPointAnnotation.h |
Overview
The MKPointAnnotation class defines a concrete annotation object located at a specified point. You can use this class, rather than define your own, in situations where all you want to do is associate a point on the map with a title.
Properties
coordinate
The coordinate point of the annotation, specified as a latitude and longitude.
@property (nonatomic, assign) CLLocationCoordinate2D coordinate
Availability
- Available in iOS 4.0 and later.
Declared In
MKPointAnnotation.h© 2010 Apple Inc. All Rights Reserved. (Last updated: 2010-05-11)