路径规划事件数据

interface RoutePlanEventData {
    type: RoutePlanType;
    start: NormalizedPoint;
    end: NormalizedPoint;
    plans: NormalizedPlan[];
}

Properties

Properties

路径规划类型

起点信息

终点信息

方案数组