TurnDirection
public enum TurnDirection
Indicates the direction of a turn maneuver.
Value representing a “bear left” direction.
Declaration
Swift
case bearLeft
Value representing a “bear right” direction.
Declaration
Swift
case bearRight
Value representing a “go straight” direction.
Declaration
Swift
case goStraight
Value representing a “sharp left” direction.
Declaration
Swift
case sharpLeft
Value representing a “sharp right” direction.
Declaration
Swift
case sharpRight
Value representing a “turn around” or “make a u-turn” direction.
Declaration
Swift
case turnAround
Value representing a “turn left” direction.
Declaration
Swift
case turnLeft
Value representing a “turn right” direction.
Declaration
Swift
case turnRight