TNHeadingItemBuilder
@objcMembers
public class TNHeadingItemBuilder : NSObject, LogInitiator
Undocumented
-
The direction in which the device is traveling with respect to north, degree value (0-360)
Declaration
Swift
public internal(set) var headingAngle: Int? { get }
-
UTC timestamp
Declaration
Swift
public internal(set) var timestamp: TimeInterval? { get }
-
Undocumented
Declaration
Swift
@discardableResult public func headingAngle(_ headingAngle: Int) -> Self
-
Undocumented
Declaration
Swift
@discardableResult public func timestamp(_ timestamp: TimeInterval) -> Self
-
Undocumented
Declaration
Swift
public func build() -> TNHeadingItem?