From e4cf7aa50dd021df0b046298627faf2ea8163eb0 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Wed, 24 Jul 2024 06:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=9A=E4=BD=8D=E6=B3=A8?= =?UTF-8?q?=E6=84=8F=E4=BA=8B=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/choose-location.md | 10 +++++++++- docs/api/get-location.md | 12 +++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/api/choose-location.md b/docs/api/choose-location.md index fe6cbc43..2b4480ce 100644 --- a/docs/api/choose-location.md +++ b/docs/api/choose-location.md @@ -3,7 +3,15 @@ ::: warning 注意 -Web平台本API调用了腾讯地图的gcj02坐标转换接口,该接口从2024年7月18日起被腾讯逐步下线,导致老版本中本API无法使用。请立即升级到 uni-app 4.26版。 +Web平台本API调用了腾讯地图的免费gcj02坐标转换接口,该接口从2024年7月18日起被腾讯逐步下线,导致老版本中本API无法使用。请立即升级到 `uni-app 4.24版`。 + +升级后注意: +1. manifest中配置好自己的地图厂商key +2. 确保在地图厂商那里配额足够 +3. 确保在地图厂商那里有周边服务的权限。否则无法获取周围地址 +4. 确保自己的域名在地图厂商那里正确配置了域名白名单 + +地图厂商的商业授权较贵,如需购买,请点击[获取优惠](https://ask.dcloud.net.cn/explore/map/)。 ::: diff --git a/docs/api/get-location.md b/docs/api/get-location.md index 60547878..37b56206 100644 --- a/docs/api/get-location.md +++ b/docs/api/get-location.md @@ -3,7 +3,17 @@ ::: warning 注意 -Web平台本API调用了腾讯地图的gcj02坐标转换接口,该接口从2024年7月18日起被腾讯逐步下线,导致老版本中本API无法使用。请立即升级到 uni-app 4.26版。 +Web平台本API调用了腾讯地图的免费gcj02坐标转换接口,该接口从2024年7月18日起被腾讯逐步下线,导致老版本中本API无法使用。请立即升级到 `uni-app 4.24版`。 + +升级后注意: +1. manifest中配置好自己的地图厂商key +2. 确保在地图厂商那里配额足够 +3. 确保在地图厂商那里有周边服务的权限。否则无法获取周围地址 +4. 确保自己的域名在地图厂商那里正确配置了域名白名单 + +如果运行在微信浏览器中,可以使用微信的jssdk的定位能力。这个是微信向腾讯地图申请的key,开发者无需配置自己的key。 + +地图厂商的商业授权较贵,如需购买,请点击[获取优惠](https://ask.dcloud.net.cn/explore/map/)。 ::: -- GitLab