From 6f1e117aac4202ae8936f546a8f64c14593e0982 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Mon, 22 Jul 2024 07:17:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=9A=E4=BD=8D=E6=95=85?= =?UTF-8?q?=E9=9A=9C=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/choose-location.md | 4 ++++ docs/api/get-location.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/api/choose-location.md b/docs/api/choose-location.md index 18cb6160..1facfe47 100644 --- a/docs/api/choose-location.md +++ b/docs/api/choose-location.md @@ -2,6 +2,10 @@ +::: warning 注意 +Web平台本API调用了腾讯地图的gcj02坐标转换接口,该接口从2024年7月18日起开始陆续下线。[详见](https://ask.dcloud.net.cn/question/195113) +::: + diff --git a/docs/api/get-location.md b/docs/api/get-location.md index 54d8f725..f2af925d 100644 --- a/docs/api/get-location.md +++ b/docs/api/get-location.md @@ -2,6 +2,10 @@ +::: warning 注意 +Web平台本API调用了腾讯地图的gcj02坐标转换接口,该接口从2024年7月18日起开始陆续下线。[详见](https://ask.dcloud.net.cn/question/195113) +::: + @@ -10,7 +14,7 @@ ### 注意 -uni-app x的标准基座定位仅支持wgs84坐标系、不支持逆地址解析、且某些老型号国产Android机因gms问题不支持系统定位、国产Rom可能不支持高度信息。 +uni-app x的App标准基座定位仅支持wgs84坐标系、不支持逆地址解析、且某些老型号国产Android机因gms问题不支持系统定位、国产Rom可能不支持高度信息。 如需更强的定位能力,需加载专业定位sdk。 -- GitLab