PitchNearManeuver
public struct PitchNearManeuver : Equatable
Options, which allow to modify the framed route geometries when approaching a maneuver.
-
Controls whether
CameraOptions.pitch
will be set to0.0
near upcoming maneuver.Defaults to
true
.Declaration
Swift
public var enabled: Bool
-
Threshold distance to the upcoming maneuver.
Defaults to
180.0
meters.Declaration
Swift
public var triggerDistanceToManeuver: CLLocationDistance
-
Initializes
PitchNearManeuver
instance.Declaration
Swift
public init()
-
Declaration
Swift
public static func == (lhs: PitchNearManeuver, rhs: PitchNearManeuver) -> Bool