Heading
public struct Heading : Equatable
Heading type used for global position
-
Undocumented
Declaration
Swift
public let headingDeg: Double -
Initializes a new
Heading.Declaration
Swift
public init(headingDeg: Double)Parameters
headingDegHeading in degrees (range: 0 to +360)
-
Declaration
Swift
public static func == (lhs: Heading, rhs: Heading) -> Bool
View on GitHub
Install in Dash
Heading Structure Reference