SideOfDestination

public enum SideOfDestination : UInt32, CaseIterable, Codable

Specifies the side of street on which the destination is located.

  • Undefined.

    Declaration

    Swift

    case undefined
  • Left.

    Declaration

    Swift

    case left
  • Right.

    Declaration

    Swift

    case right