From f2d9926be9cab964a888ae52375a810ee31d6a2f Mon Sep 17 00:00:00 2001 From: shawn_he Date: Tue, 5 Jul 2022 13:48:14 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/application-dev/device/device-location-geocoding.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/application-dev/device/device-location-geocoding.md b/en/application-dev/device/device-location-geocoding.md index 92d7714218..30f647d98a 100644 --- a/en/application-dev/device/device-location-geocoding.md +++ b/en/application-dev/device/device-location-geocoding.md @@ -26,7 +26,8 @@ The following table describes APIs available for mutual conversion between coord ## How to Develop -> ![icon-note.gif](public_sys-resources/icon-note.gif) **Note:** +> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> > The **GeoConvert** instance needs to access backend services to obtain information. Therefore, before performing the following steps, ensure that your device is connected to the network. 1. Import the **geolocation** module by which you can implement all APIs related to the geocoding and reverse geocoding conversion capabilities. -- GitLab