ExitDirection

public enum ExitDirection

Classification of an exit direction, relative to the direction of travel.

  • Indicates the exit is to the left.

    Declaration

    Swift

    case left
  • Indicates the exit is to right.

    Declaration

    Swift

    case right