kSITIndicationOrientation
Objective-C
enum kSITIndicationOrientation : NSInteger {}
Swift
enum kSITIndicationOrientation : Int, @unchecked Sendable
The type of turn (if any) the user should perform in order to arrive to the destination.
-
invalid orientation.
Declaration
Objective-C
kSITInvalidOrientationSwift
case sitInvalidOrientation = 0 -
keep the same direction.
Declaration
Objective-C
kSITStraightSwift
case sitStraight = 1 -
turn slightly to the right.
Declaration
Objective-C
kSITVeerRightSwift
case sitVeerRight = 2 -
turn right.
Declaration
Objective-C
kSITRightSwift
case sitRight = 3 -
turn heavily to right.
Declaration
Objective-C
kSITSharpRightSwift
case sitSharpRight = 4 -
turn slightly to the left.
Declaration
Objective-C
kSITVeerLeftSwift
case sitVeerLeft = 5 -
turn left.
Declaration
Objective-C
kSITLeftSwift
case sitLeft = 6 -
turn heavily to the left.
Declaration
Objective-C
kSITSharpLeftSwift
case sitSharpLeft = 7 -
turn around.
Declaration
Objective-C
kSITBackwardSwift
case sitBackward = 8