IAHeading
Objective-C
@interface IAHeading : NSObject
Swift
class IAHeading : NSObject
Object containing heading data. Generated by IALocationManager
-
The heading in degrees. Relative to true north.
Declaration
Objective-C
@property (nonatomic, readonly) CLLocationDirection trueHeading;
Swift
var trueHeading: CLLocationDirection { get }
-
Time when heading was obtained
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSDate *timestamp;
Swift
var timestamp: Date? { get }