定义了货车路径规划的结果集。

Since

1.0.1

Hierarchy (view full)

Constructors

Properties

paths: ArrayList<TruckPath> = ...
startPos?: LatLonPoint
targetPos?: LatLonPoint
truckQuery?: TruckRouteQuery

Methods

  • 里面包含具体货车路线的方案

    Returns ArrayList<TruckPath>

    货车路线的具体方案

    Since

    1.0.1

  • 请求时填写的参数配置

    Returns undefined | TruckRouteQuery

    请求时填写的参数配置

    Since

    1.0.1

Generated using TypeDoc