tg-map-vue3 3.6.9 → 3.6.10
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/tg-map.js +1 -1
- package/dist/tg-map.js.map +1 -1
- package/dist/tg-map.umd.cjs +1 -1
- package/dist/tg-map.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/tg-map.js
CHANGED
|
@@ -1273,7 +1273,7 @@ const be = class extends mr {
|
|
|
1273
1273
|
});
|
|
1274
1274
|
}
|
|
1275
1275
|
search(t) {
|
|
1276
|
-
return typeof t == "string" ? this.geocoderApi(t) : this.
|
|
1276
|
+
return typeof t == "string" ? this.geocoderApi(t) : this.latlngApi(t);
|
|
1277
1277
|
}
|
|
1278
1278
|
/**
|
|
1279
1279
|
* 显示经纬度, {@link markerApi}中途跳转的url, 一定能够定位到
|