Direction
public enum Direction
The Direction represents the direction of the road lane.
-
straight direction
Declaration
Swift
case straight
-
slight right direction
Declaration
Swift
case slightRight
-
right direction
Declaration
Swift
case right
-
sharp right
Declaration
Swift
case sharpRight
-
right u-turn
Declaration
Swift
case rightUTurn
-
slight left
Declaration
Swift
case slightLeft
-
left direction
Declaration
Swift
case left
-
sharp left
Declaration
Swift
case sharpLeft
-
left u-turn
Declaration
Swift
case leftUTurn