From 08c0afd0173f257fdec656bfcd82342f3a84b345 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Tue, 10 Jan 2023 15:54:42 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/application-dev/device/device-location-info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/device/device-location-info.md b/en/application-dev/device/device-location-info.md index b05d79211e..1a386fe6bb 100644 --- a/en/application-dev/device/device-location-info.md +++ b/en/application-dev/device/device-location-info.md @@ -10,11 +10,11 @@ Real-time location of the device is recommended for location-sensitive services. ## Available APIs -For details about the APIs used to obtain the device location information, see [Geolocation Manager](../reference/apis/| js-apis-geoLocationManager.md). +For details about the APIs used to obtain the device location information, see [Geolocation Manager](../reference/apis/js-apis-geoLocationManager.md). ## How to Develop -To learn more about the APIs for obtaining device location information, see [Geolocation](../reference/apis/| js-apis-geoLocationManager.md). +To learn more about the APIs for obtaining device location information, see [Geolocation](../reference/apis/js-apis-geoLocationManager.md). 1. Before using basic location capabilities, check whether your application has been granted the permission to access the device location information. If not, your application needs to obtain the permission from the user as described below. The system provides the following location permissions: -- GitLab