Warning

This feature is available in the Full MapKit SDK version

YMKDrivingLaneDirection

enum YMKDrivingLaneDirection : UInt, @unchecked Sendable

The direction of the lane.

Summary

Enum cases

case unknownDirection = 0
Unknown lane direction

case left180 = 1
180 degree turn to the left

case left135 = 2
135 degree turn to the left

case left90 = 3
90 degree turn to the left

case left45 = 4
45 degree turn to the left

case straightAhead = 5
Lane going straight ahead

case right45 = 6
45 degree turn to the right

case right90 = 7
90 degree turn to the right

case right135 = 8
135 degree turn to the right

case right180 = 9
180 degree turn to the right

case leftFromRight = 10
Undocumented

case rightFromLeft = 11
Undocumented

case leftShift = 12
A shift to the left in the lane

case rightShift = 13
A shift to the right in the lane

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.