Warning
This feature is available in the Full MapKit SDK version
MMKDrivingAction
enum MMKDrivingAction : UInt, @unchecked Sendable |
Driver actions.
Summary
Enum cases
case unknown = 0 |
case straight = 1 |
case slightLeft = 2 |
case slightRight = 3 |
case left = 4 |
case right = 5 |
case hardLeft = 6 |
case hardRight = 7 |
case forkLeft = 8 |
case forkRight = 9 |
case uturnLeft = 10 |
case uturnRight = 11 |
case enterRoundabout = 12 |
case leaveRoundabout = 13 |
case boardFerry = 14 |
case leaveFerry = 15 |
case exitLeft = 16 |
case exitRight = 17 |
case finish = 18 |
case waypoint = 19 |
Enum cases
unknown
case unknown = 0 |
Unknown action.
straight
case straight = 1 |
Going straight.
slightLeft
case slightLeft = 2 |
Going slightly to the left.
slightRight
case slightRight = 3 |
Going slightly to the right.
left
case left = 4 |
Going left.
right
case right = 5 |
Going right.
hardLeft
case hardLeft = 6 |
Turning left.
hardRight
case hardRight = 7 |
Turning right.
forkLeft
case forkLeft = 8 |
Choosing a fork to the left.
forkRight
case forkRight = 9 |
Choosing a fork to the right.
uturnLeft
case uturnLeft = 10 |
U-turn to the left.
uturnRight
case uturnRight = 11 |
U-turn to the right.
enterRoundabout
case enterRoundabout = 12 |
Entering a roundabout.
leaveRoundabout
case leaveRoundabout = 13 |
Leaving a roundabout.
boardFerry
case boardFerry = 14 |
Boarding a ferry.
leaveFerry
case leaveFerry = 15 |
Leaving a ferry.
exitLeft
case exitLeft = 16 |
Exiting to the left.
exitRight
case exitRight = 17 |
Exiting to the right.
finish
case finish = 18 |
Finishing the route.
waypoint
case waypoint = 19 |
Passing waypoint