Interface WalkingRoutePlanOption

步行路线规划参数

interface WalkingRoutePlanOption {
    from: PlanNode;
    to: PlanNode;
}

Properties

Properties

from: PlanNode

起点

终点