ExitDirection

public enum ExitDirection : Int

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

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Indicates the exit is to the left.

    Declaration

    Swift

    case left
  • Indicates the exit is to right.

    Declaration

    Swift

    case right