From 540b815d25d5198577d67f369e782d684c6751a7 Mon Sep 17 00:00:00 2001 From: zhaofengliang920817 Date: Fri, 2 Aug 2024 16:59:36 +0800 Subject: [PATCH] Update get-location.md --- docs/api/get-location.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api/get-location.md b/docs/api/get-location.md index 37b56206..0f8dc9d6 100644 --- a/docs/api/get-location.md +++ b/docs/api/get-location.md @@ -42,6 +42,12 @@ uni-app x的App标准基座定位仅支持wgs84坐标系、不支持逆地址解 不管系统定位、还是三方sdk定位,都有很多注意事项,包括gms、坐标系、隐私和权限等,请仔细阅读下面的参考链接。 +::: warning 使用支持provider机制的 uni.getLocation 需注意: +- app需要在根目录manifest.json文件中配置`uni-getLocation`节点,详见 [https://doc.dcloud.net.cn/uni-app-x/collocation/manifest-modules.html#uni-getLocation模块配置](https://doc.dcloud.net.cn/uni-app-x/collocation/manifest-modules.html#uni-getLocation)** +- App平台需要4.25及以上版本 +::: + + -- GitLab