TurnDirection

public enum TurnDirection : Int

Indicates the direction of a turn maneuver.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • 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