Skip to content

Commit

Permalink
fix(Polyline): 方法 getPath 返回值错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Mar 22, 2024
1 parent 2279053 commit e69daed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/overlays/Polyline.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ PolylineEventType
/**
* 获取折线路径的节点数组。
*/
getPath(): LngLat[] | LngLat[][] | LngLat[][][];
getPath(): LngLat[] | LngLat[][];
/**
* 获取折线路径的节点数组。
*/
Expand Down

0 comments on commit e69daed

Please sign in to comment.