From 15742c6cea1c6dcdc510ee051ae696882d86481f Mon Sep 17 00:00:00 2001 From: zhaofengliang Date: Thu, 18 Jul 2024 16:27:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20getLocation=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=A4=BA=E4=BE=8B.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/get-location/get-location.uvue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/API/get-location/get-location.uvue b/pages/API/get-location/get-location.uvue index 95e599d5..cfba499f 100644 --- a/pages/API/get-location/get-location.uvue +++ b/pages/API/get-location/get-location.uvue @@ -5,11 +5,8 @@ - 定位功能默认调用操作系统定位API实现。\n - 部分手机因gms兼容不好可能导致无法使用系统定位。\n - gcj国标、逆地理信息等功能需调用内置腾讯定位或者其他三方sdk定位。如果需要类似能力请参考之前的腾讯定位插件版本,打包自定义基座。参考示例: - + 定位功能默认调用操作系统定位API实现, 也支持腾讯定位。\n + 部分手机因gms兼容不好可能导致无法使用系统定位, gcj国标、逆地理信息等功能需调用内置腾讯定位。 -- GitLab