Interface IBNRoutePlanManager.Vehicle

  • Enclosing interface:
    IBNRoutePlanManager

    public static interface IBNRoutePlanManager.Vehicle
    车辆类型
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CAR
      汽车
      static int INVALID
      无效
      static int MOTOR
      摩托
      static int TRUCK
      货车
    • Field Detail

      • INVALID

        static final int INVALID
        无效
      • CAR

        static final int CAR
        汽车
      • MOTOR

        static final int MOTOR
        摩托
      • TRUCK

        static final int TRUCK
        货车