@idm-plugin/geo 1.9.2 → 1.9.4

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.
@@ -362,4 +362,10 @@ export declare class LaneHelper {
362
362
  * }
363
363
  */
364
364
  static pickUTCSampleFromSpeed(utc: string, speed: any): any;
365
+ static pickUTCSampleFromRoute(utc: string, from: {
366
+ lat: number;
367
+ lng: number;
368
+ speed: number;
369
+ etd: string;
370
+ }, route: any[]): any;
365
371
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idm-plugin/geo",
3
3
  "private": false,
4
- "version": "1.9.2",
4
+ "version": "1.9.4",
5
5
  "description": "idm plugin for geo in browser",
6
6
  "type": "module",
7
7
  "keywords": [