Inherits from NSObject
Conforms to OSAnnotation
Declared in OSBasicAnnotation.h

Tasks

Specifying co-ordinates

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 gridPoint

Declared In

OSAnnotation.h

subtitle

The subtitle of the annotation.

@property (nonatomic, copy) NSString *subtitle

Declared In

OSAnnotation.h

title

The title of the annotation.

@property (nonatomic, copy) NSString *title

Discussion

This string must have a positive length in order to display a callout.

Declared In

OSAnnotation.h

Instance Methods

initWithCoordinate:

- (id)initWithCoordinate:(CLLocationCoordinate2D)coordinate