From: Young-Ae Kang Date: Mon, 11 Jan 2016 08:09:38 +0000 (+0900) Subject: [Location] Upated the tutorial of Location Manager X-Git-Tag: tizen_3.0/TD_SYNC/20161201~231^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce74de621344ede2286a0fa0e5ee1b1e059fb6d6;p=sdk%2Fonline-doc.git [Location] Upated the tutorial of Location Manager Signed-off-by: Young-Ae Kang Change-Id: I59463b4ce72833d1bef93c8a822c9a6035e4c3c2 --- diff --git a/org.tizen.tutorials/html/native/location/location_tutorial_n.htm b/org.tizen.tutorials/html/native/location/location_tutorial_n.htm index 1b86fff..36982a6 100644 --- a/org.tizen.tutorials/html/native/location/location_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/location/location_tutorial_n.htm @@ -10,7 +10,7 @@ - Location: Using Location Information and Service + Location Manager: Using Location Information and Service @@ -38,7 +38,7 @@
-

Location: Using Location Information and Service

+

Location Manager: Using Location Information and Service

This tutorial demonstrates how you can retrieve and use location information, and track routes.

@@ -76,7 +76,7 @@ #include <locations.h>
  • Create a location manager handle using the location_manager_create() function before you use the location service.

    -

    In this example, the GPS is used as the source of the position data, so the first parameter is LOCATIONS_METHOD_GPS. You can use other values of the location_method_e enumeration (in mobile and wearable applications), such as LOCATIONS_METHOD_HYBRID or LOCATIONS_METHOD_WPS, but they are less accurate.

    +

    In this example, the GPS is used as the source of the position data, so the first parameter is LOCATIONS_METHOD_GPS. You can use other values of the location_method_e enumeration (in mobile and wearable applications), such as LOCATIONS_METHOD_HYBRID or LOCATIONS_METHOD_WPS. LOCATIONS_METHOD_HYBRID is use both LOCATIONS_METHOD_GPS and LOCATIONS_METHOD_WPS, but the latter is less accurate.

     location_manager_h manager;
     location_manager_create(LOCATIONS_METHOD_GPS, &manager);
    @@ -406,4 +406,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
     
     
     
    -
    \ No newline at end of file
    +