CarpoolLaneDirection

public enum CarpoolLaneDirection : Int

Indicates the direction to enter or exit a carpool lane.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Indicates the carpool lane is on the left-hand side relative to the driving direction.

    Declaration

    Swift

    case enterOnLeft
  • Indicates the carpool lane is on the right-hand side relative to the driving direction.

    Declaration

    Swift

    case enterOnRight
  • Indicates the exit from the carpool lane is on the left-hand side relative to the driving direction.

    Declaration

    Swift

    case exitOnLeft
  • Indicates the exit from the carpool lane is on the right-hand side relative to the driving direction.

    Declaration

    Swift

    case exitOnRight