TNHeadingItem
@objcMembers
public class TNHeadingItem : NSObject, Codable, LogInitiator
Undocumented
-
The direction in which the device is traveling with respect to north, degree value (0-360)
Declaration
Swift
public private(set) var headingAngle: Int { get }
-
UTC timestamp
Declaration
Swift
public private(set) var timestamp: Int64 { get }
-
Undocumented
Declaration
Swift
required public init(headingAngle: Int, timestamp: TimeInterval)
-
Builder in order to create a valid item
Declaration
Swift
public static func builder() -> TNHeadingItemBuilder