diff --git a/docs/api/get-location.md b/docs/api/get-location.md index 37b562064ff6197b783c98f9098d5d42e1226090..0f8dc9d6342a324cbc53dc3c1b928a30815713ea 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及以上版本 +::: + +