YMKDrivingAction

Warning

This feature is available in the Full MapKit SDK version

enum YMKDrivingAction : UInt, @unchecked Sendable

Driver actions.

Summary

Enum cases

case straight = 0
Going straight

case slightLeft = 1
Going slightly to the left

case slightRight = 2
Going slightly to the right

case left = 3
Going left

case right = 4
Going right

case hardLeft = 5
Turning left

case hardRight = 6
Turning right

case forkLeft = 7
Choosing a fork to the left

case forkRight = 8
Choosing a fork to the right

case uturnLeft = 9
U-turn to the left

case uturnRight = 10
U-turn to the right

case enterRoundabout = 11
Entering a roundabout

case leaveRoundabout = 12
Leaving a roundabout

case boardFerry = 13
Boarding a ferry

case leaveFerry = 14
Leaving a ferry

case exitLeft = 15
Exiting to the left

case exitRight = 16
Exiting to the right

case finish = 17
Finishing the route

case waypoint = 18
Passing waypoint

Enum cases

straight

case straight = 0

Going straight.


slightLeft

case slightLeft = 1

Going slightly to the left.


slightRight

case slightRight = 2

Going slightly to the right.


left

case left = 3

Going left.


case right = 4

Going right.


hardLeft

case hardLeft = 5

Turning left.


hardRight

case hardRight = 6

Turning right.


forkLeft

case forkLeft = 7

Choosing a fork to the left.


forkRight

case forkRight = 8

Choosing a fork to the right.


uturnLeft

case uturnLeft = 9

U-turn to the left.


uturnRight

case uturnRight = 10

U-turn to the right.


enterRoundabout

case enterRoundabout = 11

Entering a roundabout.


leaveRoundabout

case leaveRoundabout = 12

Leaving a roundabout.


boardFerry

case boardFerry = 13

Boarding a ferry.


leaveFerry

case leaveFerry = 14

Leaving a ferry.


exitLeft

case exitLeft = 15

Exiting to the left.


exitRight

case exitRight = 16

Exiting to the right.


finish

case finish = 17

Finishing the route.


waypoint

case waypoint = 18

Passing waypoint