-
Sets the type of puck that should be used
Declaration
Swift
public var puckType: PuckType? -
Specifies if a
Puckshould useHeadingorCoursefor the bearing.The default value is
PuckBearing.heading.Declaration
Swift
public var puckBearing: PuckBearing -
Whether the puck rotates to track the bearing source.
The default value is
true.Declaration
Swift
public var puckBearingEnabled: Bool -
Initializes a
LocationOptions.Declaration
Swift
public init( puckType: PuckType? = nil, puckBearing: PuckBearing = .heading, puckBearingEnabled: Bool = true )Parameters
puckTypeSets the type of puck that should be used.
puckBearingSpecifies if a
Puckshould useHeadingorCoursefor the bearing.puckBearingEnabledWhether the puck rotates to track the bearing source.
LocationOptions Structure Reference