- Summary
- Enum cases
- MMKDrivingLaneDirectionUnknownDirection
- MMKDrivingLaneDirectionLeft180
- MMKDrivingLaneDirectionLeft135
- MMKDrivingLaneDirectionLeft90
- MMKDrivingLaneDirectionLeft45
- MMKDrivingLaneDirectionStraightAhead
- MMKDrivingLaneDirectionRight45
- MMKDrivingLaneDirectionRight90
- MMKDrivingLaneDirectionRight135
- MMKDrivingLaneDirectionRight180
- MMKDrivingLaneDirectionLeftFromRight
- MMKDrivingLaneDirectionRightFromLeft
- MMKDrivingLaneDirectionLeftShift
- MMKDrivingLaneDirectionRightShift
Warning
This feature is available in the Full MapKit SDK version
MMKDrivingLaneDirection
enum MMKDrivingLaneDirection : NSUInteger {} |
The direction of the lane.
Summary
Enum cases
MMKDrivingLaneDirectionUnknownDirection |
MMKDrivingLaneDirectionLeft180 |
MMKDrivingLaneDirectionLeft135 |
MMKDrivingLaneDirectionLeft90 |
MMKDrivingLaneDirectionLeft45 |
MMKDrivingLaneDirectionStraightAhead |
MMKDrivingLaneDirectionRight45 |
MMKDrivingLaneDirectionRight90 |
MMKDrivingLaneDirectionRight135 |
MMKDrivingLaneDirectionRight180 |
MMKDrivingLaneDirectionLeftFromRight |
MMKDrivingLaneDirectionRightFromLeft |
MMKDrivingLaneDirectionLeftShift |
MMKDrivingLaneDirectionRightShift |
Enum cases
MMKDrivingLaneDirectionUnknownDirection
MMKDrivingLaneDirectionUnknownDirection |
Unknown lane direction.
MMKDrivingLaneDirectionLeft180
MMKDrivingLaneDirectionLeft180 |
180 degree turn to the left.
MMKDrivingLaneDirectionLeft135
MMKDrivingLaneDirectionLeft135 |
135 degree turn to the left.
MMKDrivingLaneDirectionLeft90
MMKDrivingLaneDirectionLeft90 |
90 degree turn to the left.
MMKDrivingLaneDirectionLeft45
MMKDrivingLaneDirectionLeft45 |
45 degree turn to the left.
MMKDrivingLaneDirectionStraightAhead
MMKDrivingLaneDirectionStraightAhead |
Lane going straight ahead.
MMKDrivingLaneDirectionRight45
MMKDrivingLaneDirectionRight45 |
45 degree turn to the right.
MMKDrivingLaneDirectionRight90
MMKDrivingLaneDirectionRight90 |
90 degree turn to the right.
MMKDrivingLaneDirectionRight135
MMKDrivingLaneDirectionRight135 |
135 degree turn to the right.
MMKDrivingLaneDirectionRight180
MMKDrivingLaneDirectionRight180 |
180 degree turn to the right.
MMKDrivingLaneDirectionLeftFromRight
MMKDrivingLaneDirectionLeftFromRight |
Undocumented
MMKDrivingLaneDirectionRightFromLeft
MMKDrivingLaneDirectionRightFromLeft |
Undocumented
MMKDrivingLaneDirectionLeftShift
MMKDrivingLaneDirectionLeftShift |
A shift to the left in the lane.
MMKDrivingLaneDirectionRightShift
MMKDrivingLaneDirectionRightShift |
A shift to the right in the lane.