Warning
This feature is available in the Full MapKit SDK version
MMKDrivingLaneDirection
enum MMKDrivingLaneDirection : UInt, @unchecked Sendable |
The direction of the lane.
Summary
Enum cases
case unknownDirection = 0 |
case left180 = 1 |
case left135 = 2 |
case left90 = 3 |
case left45 = 4 |
case straightAhead = 5 |
case right45 = 6 |
case right90 = 7 |
case right135 = 8 |
case right180 = 9 |
case leftFromRight = 10 |
case rightFromLeft = 11 |
case leftShift = 12 |
case rightShift = 13 |
Enum cases
unknownDirection
case unknownDirection = 0 |
Unknown lane direction.
left180
case left180 = 1 |
180 degree turn to the left.
left135
case left135 = 2 |
135 degree turn to the left.
left90
case left90 = 3 |
90 degree turn to the left.
left45
case left45 = 4 |
45 degree turn to the left.
straightAhead
case straightAhead = 5 |
Lane going straight ahead.
right45
case right45 = 6 |
45 degree turn to the right.
right90
case right90 = 7 |
90 degree turn to the right.
right135
case right135 = 8 |
135 degree turn to the right.
right180
case right180 = 9 |
180 degree turn to the right.
leftFromRight
case leftFromRight = 10 |
Undocumented
rightFromLeft
case rightFromLeft = 11 |
Undocumented
leftShift
case leftShift = 12 |
A shift to the left in the lane.
rightShift
case rightShift = 13 |
A shift to the right in the lane.