Warning

This feature is available in the Full MapKit SDK version

MMKDrivingLaneDirection

enum MMKDrivingLaneDirection : NSUInteger {}

The direction of the lane.

Summary

Enum cases

MMKDrivingLaneDirectionUnknownDirection
Unknown lane direction

MMKDrivingLaneDirectionLeft180
180 degree turn to the left

MMKDrivingLaneDirectionLeft135
135 degree turn to the left

MMKDrivingLaneDirectionLeft90
90 degree turn to the left

MMKDrivingLaneDirectionLeft45
45 degree turn to the left

MMKDrivingLaneDirectionStraightAhead
Lane going straight ahead

MMKDrivingLaneDirectionRight45
45 degree turn to the right

MMKDrivingLaneDirectionRight90
90 degree turn to the right

MMKDrivingLaneDirectionRight135
135 degree turn to the right

MMKDrivingLaneDirectionRight180
180 degree turn to the right

MMKDrivingLaneDirectionLeftFromRight
Undocumented

MMKDrivingLaneDirectionRightFromLeft
Undocumented

MMKDrivingLaneDirectionLeftShift
A shift to the left in the lane

MMKDrivingLaneDirectionRightShift
A shift to the right in the lane

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.