@idm-plugin/geo 1.8.7 → 1.8.9
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.
- package/dist/index.js +288 -277
- package/dist/index.umd.cjs +8 -1
- package/dist/lane/src/index.d.ts +1 -0
- package/dist/lngLat/src/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/lane/src/index.d.ts
CHANGED
|
@@ -44,12 +44,12 @@ export declare class LngLatHelper {
|
|
|
44
44
|
static roundPrecision(num: number, precision?: number): number;
|
|
45
45
|
/**
|
|
46
46
|
* 转换为按经度单调增/减的坐标数组
|
|
47
|
-
* @param coordinates
|
|
47
|
+
* @param coordinates
|
|
48
48
|
*/
|
|
49
49
|
static convertToMonotonicLng2(coordinates: number[][]): number[][];
|
|
50
50
|
/**
|
|
51
51
|
* 转移为按经度单调增/减的坐标数组
|
|
52
|
-
* @param coordinates
|
|
52
|
+
* @param coordinates
|
|
53
53
|
*/
|
|
54
54
|
static convertToMonotonicLng(coordinates: {
|
|
55
55
|
lng: number;
|