@idm-plugin/geo 1.7.1 → 1.7.2

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.
@@ -241,11 +241,7 @@ export declare class LaneHelper {
241
241
  * @param units
242
242
  * @return { coordinate: {lng, lat}, route: [[[lng, lat]]]}
243
243
  */
244
- static calculateNextCoordinateAlongRoute(from: Coordinate, distance: number, route: number[][][], units?: string): {
245
- coordinate: Coordinate | undefined;
246
- nextRoute: number[][][];
247
- prevRoute: Coordinate[];
248
- };
244
+ static calculateNextCoordinateAlongRoute(from: Coordinate, distance: number, route: number[][][], units?: string): any;
249
245
  /**
250
246
  * 返回最近点及其是否为垂足(最近点不是起点或终点)
251
247
  * @param coordinate { lng, lat }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/geo",
3
3
  "private": false,
4
- "version": "1.7.1",
4
+ "version": "1.7.2",
5
5
  "description": "idm plugin for geo in browser",
6
6
  "type": "module",
7
7
  "keywords": [