ForkDirection

public enum ForkDirection : Int

Indicates the direction to follow at a fork relative to the direction of travel.

Important

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

    Declaration

    Swift

    case left
  • Indicates the right fork should be followed.

    Declaration

    Swift

    case right