@idm-plugin/geo 1.8.7 → 1.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -331,4 +331,5 @@ export declare class LaneHelper {
331
331
  */
332
332
  static reverseRoute(route: number[][][]): number[][][];
333
333
  static reverseCoordinates(coordinates: Coordinate[]): Coordinate[];
334
+ static waypoints2RTZ(name: string, waypoints: Coordinate[]): string;
334
335
  }
@@ -44,12 +44,12 @@ export declare class LngLatHelper {
44
44
  static roundPrecision(num: number, precision?: number): number;
45
45
  /**
46
46
  * 转换为按经度单调增/减的坐标数组
47
- * @param coordinates [[lng, lat]]
47
+ * @param coordinates
48
48
  */
49
49
  static convertToMonotonicLng2(coordinates: number[][]): number[][];
50
50
  /**
51
51
  * 转移为按经度单调增/减的坐标数组
52
- * @param coordinates [{lng, lat}]
52
+ * @param coordinates
53
53
  */
54
54
  static convertToMonotonicLng(coordinates: {
55
55
  lng: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/geo",
3
3
  "private": false,
4
- "version": "1.8.7",
4
+ "version": "1.8.8",
5
5
  "description": "idm plugin for geo in browser",
6
6
  "type": "module",
7
7
  "keywords": [