Warning

This feature is available in the Full MapKit SDK version

MMKDrivingDirectionSignDirection

enum MMKDrivingDirectionSignDirection : UInt, @unchecked Sendable

The direction of the manoeuvre on the direction sign.

Summary

Enum cases

case left180 = 0
180 degree turn to the left

case left135 = 1
135 degree turn to the left

case left90 = 2
90 degree turn to the left

case left45 = 3
45 degree turn to the left

case straightAhead = 4
Lane going straight ahead

case right45 = 5
45 degree turn to the right

case right90 = 6
90 degree turn to the right

case right135 = 7
135 degree turn to the right

case right180 = 8
180 degree turn to the right

case leftFromRight = 9
Right turn followed by smooth left turn

case rightFromLeft = 10
Left turn followed by smooth right turn

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

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

Enum cases

left180

case left180 = 0

180 degree turn to the left.


left135

case left135 = 1

135 degree turn to the left.


left90

case left90 = 2

90 degree turn to the left.


left45

case left45 = 3

45 degree turn to the left.


straightAhead

case straightAhead = 4

Lane going straight ahead.


right45

case right45 = 5

45 degree turn to the right.


right90

case right90 = 6

90 degree turn to the right.


right135

case right135 = 7

135 degree turn to the right.


right180

case right180 = 8

180 degree turn to the right.


leftFromRight

case leftFromRight = 9

Right turn followed by smooth left turn


rightFromLeft

case rightFromLeft = 10

Left turn followed by smooth right turn


leftShift

case leftShift = 11

A shift to the left in the lane.


rightShift

case rightShift = 12

A shift to the right in the lane.