VehicleType

public enum VehicleType : Int, Codable

길안내를 사용할 차종(1~7)을 선택합니다.

  • 1종 (승용차/소형승합차/소형화물화)

    Declaration

    Swift

    case First
  • 2종 (중형승합차/중형화물차)

    Declaration

    Swift

    case Second
  • 3종 (대형승합차/2축 대형화물차)

    Declaration

    Swift

    case Third
  • 4종 (3축 대형화물차)

    Declaration

    Swift

    case Fourth
  • 5종 (4축이상 특수화물차)

    Declaration

    Swift

    case Fifth
  • 6종 (경차)

    Declaration

    Swift

    case Sixth
  • 이륜차

    Declaration

    Swift

    case TwoWheel