From 68145120705658918dac00a72c469dc5fc1475be Mon Sep 17 00:00:00 2001 From: Kurisu Date: Tue, 25 Oct 2022 17:35:58 +0800 Subject: [PATCH] 封装地图路线规划bug修复 --- lib/src/types.ts | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/src/types.ts b/lib/src/types.ts index 0e3cc44..6fb19f6 100644 --- a/lib/src/types.ts +++ b/lib/src/types.ts @@ -155,6 +155,9 @@ export enum RouteType { * 路线规划参数 */ export interface RouteProps { + /** + * 出行方式(目前只实现了驾车) + */ type: RouteType; /** * 起点 -- libgit2 0.22.2