CarpoolLaneDirection

public enum CarpoolLaneDirection

Indicates the direction to enter or exit a carpool lane.

  • 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