RoadSide

public enum RoadSide

Represents the side of the road at which RouteStop is located.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Represents location on the left side of the road

    Declaration

    Swift

    case left
  • Represents location on the right side of the road

    Declaration

    Swift

    case right