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