OSBasicAnnotation Class Reference
| Inherits from | NSObject |
| Conforms to | OSAnnotation |
| Declared in | OSBasicAnnotation.h |
Tasks
Specifying co-ordinates
-
gridPointThe center point of the annotation, as an OSGridPoint. The implementation of this property must be KVO-compliant. If this returns a valid OSGridPoint, it is used instead of the coordinate.
property -
titleThe title of the annotation.
property -
subtitleThe subtitle of the annotation.
property -
– initWithCoordinate:
Properties
gridPoint
The center point of the annotation, as an OSGridPoint. The implementation of this property must be KVO-compliant. If this returns a valid OSGridPoint, it is used instead of the coordinate.
@property (nonatomic, assign, readonly) OSGridPoint gridPointDeclared In
OSAnnotation.hsubtitle
The subtitle of the annotation.
@property (nonatomic, copy) NSString *subtitleDeclared In
OSAnnotation.h