RoundaboutDirection

public enum RoundaboutDirection : Int

Indicates the overall direction to take at a roundabout.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Angle indicates a “straight” direction.

    Declaration

    Swift

    case cross
  • Angle indicates a “left” direction.

    Declaration

    Swift

    case left
  • Angle indicates a “right” direction.

    Declaration

    Swift

    case right
  • Angle indicates a “u-turn” direction.

    Declaration

    Swift

    case back