From 5216bc293e6ca0699784912cc342254d4515cf4a Mon Sep 17 00:00:00 2001 From: z30025928 <734222381@qq.com> Date: Thu, 6 Apr 2023 09:50:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9AGeoLocationErrorCode=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=BA=9F=E5=BC=83=E5=90=8E=E7=9A=84=E6=9B=BF=E4=BB=A3?= =?UTF-8?q?=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: z30025928 <734222381@qq.com> --- zh-cn/application-dev/reference/apis/js-apis-geolocation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-geolocation.md b/zh-cn/application-dev/reference/apis/js-apis-geolocation.md index bed48f3ffc..8e113385b7 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-geolocation.md +++ b/zh-cn/application-dev/reference/apis/js-apis-geolocation.md @@ -1486,7 +1486,7 @@ GNSS围栏的配置参数。目前只支持圆形围栏。 位置服务中的错误码信息。 > **说明:**
-> 从API version 9开始废弃。 +> 从API version 9开始废弃,建议使用[位置服务子系统错误码](../errorcodes/errorcode-geoLocationManager.md)替代。 **需要权限**:ohos.permission.LOCATION -- GitLab