@heycar/heycars-map 0.9.20-timeout2 → 0.9.20-timeout4

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.
@@ -18,5 +18,6 @@ export declare const TRACKS_MATCH_MAX_LENGTH = 3;
18
18
  export declare const REGEO_TIMEOUT = 5000;
19
19
  export declare const GET_RECOMMEND_PLACE_TIMEOUT = 5000;
20
20
  export declare const GET_DEFAULT_CENTER_PLACE_TIMEOUT = 5000;
21
+ export declare const AMAP_TO_GCJ02_TIMEOUT = 2000;
21
22
  export declare const IS_ENABLE_AUXILIARY_GRASP_ROAD: boolean;
22
23
  export declare const AMAP_DEFAULT_MARKER_ICON_URL = "https://webapi.amap.com/theme/v1.3/markers/b/mark_bs.png";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heycar/heycars-map",
3
- "version": "0.9.20-timeout2",
3
+ "version": "0.9.20-timeout4",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "checkVersion": "./bin/checkVersion.js"
@@ -33,6 +33,7 @@
33
33
  "@googlemaps/typescript-guards": "^2.0.3",
34
34
  "@use-gesture/vanilla": "^10.2.26",
35
35
  "fast-equals": "^3.0.3",
36
+ "gcoord": "^1.0.5",
36
37
  "lodash-es": "^4.17.21",
37
38
  "vue-demi": "^0.13.11"
38
39
  },