DrivingSide

public enum DrivingSide : String

Indicates driving side at the point of the maneuver.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Indicates left-hand side driving at the point of the maneuver.

    Declaration

    Swift

    case left
  • Indicates right-hand side driving at the point of the maneuver.

    Declaration

    Swift

    case right