Direction

public enum Direction

The Direction represents the direction of the road lane.

  • left direction

    Declaration

    Swift

    case left
  • left u-turn

    Declaration

    Swift

    case leftUTurn
  • right direction

    Declaration

    Swift

    case right
  • right u-turn

    Declaration

    Swift

    case rightUTurn
  • sharp left

    Declaration

    Swift

    case sharpLeft
  • sharp right

    Declaration

    Swift

    case sharpRight
  • slight left

    Declaration

    Swift

    case slightLeft
  • slight right direction

    Declaration

    Swift

    case slightRight
  • straight direction

    Declaration

    Swift

    case straight