Inherits from NSObject
Conforms to OSAnnotation
Declared in OSUserLocation.h

Tasks

Metadata

Properties

heading

@property (nonatomic, strong, readonly) CLHeading *heading

location

@property (nonatomic, strong, readonly) CLLocation *location

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

updating

@property (nonatomic, assign, readonly, getter=isUpdating) BOOL updating