[Location] Synchronized with documents in developer.tizen.org.
authorYoung-Ae Kang <youngae.kang@samsung.com>
Mon, 18 Jan 2016 02:55:21 +0000 (11:55 +0900)
committerYoung-Ae Kang <youngae.kang@samsung.com>
Mon, 18 Jan 2016 06:44:45 +0000 (15:44 +0900)
Signed-off-by: Young-Ae Kang <youngae.kang@samsung.com>
Change-Id: I48f10be0844b5ff99b6d6a0b3ed363ed11b0b269

org.tizen.guides/html/index.htm
org.tizen.guides/html/native/location/geofence_n.htm
org.tizen.guides/html/native/location/location_guide_n.htm
org.tizen.guides/html/native/location/location_n.htm
org.tizen.tutorials/html/index.htm
org.tizen.tutorials/html/native/location/location_tutorials_n.htm

index f00af19..d62e815 100644 (file)
                </li>
                <li><a href="native/location/location_guide_n.htm">Location</a>
                        <ul>
-                               <li><a href="native/location/location_n.htm">Location</a></li>
-                               <li><a href="native/location/geofence_n.htm">Geofence</a></li>  
+                               <li><a href="native/location/location_n.htm">Location Manager</a></li>
+                               <li><a href="native/location/geofence_n.htm">Geofence Manager</a></li>
                                <li><a href="native/location/maps_n.htm">Maps Service</a></li>                                  
                        </ul>
                <li><a href="native/messaging/messaging_guide_n.htm">Messaging</a>
index 3c72e31..eb2346c 100644 (file)
@@ -21,9 +21,9 @@
     <div id="toc_border"><div id="toc">
         <p class="toc-title">Content</p>
         <ul class="toc">
-                               <li><a href="#manager">Geofence Manager</a></li>
-                               <li><a href="#definition">Geofence Definition</a></li>
-                               <li><a href="#settings">Geofence Settings</a></li>
+               <li><a href="#manager">Geofence Service</a></li>
+               <li><a href="#definition">Geofence Definition</a></li>
+               <li><a href="#settings">Geofence Settings</a></li>
         </ul>
         <p class="toc-title">Related Info</p>
         <ul class="toc">
 </div>
 
 <div id="container"><div id="contents"><div class="content">
-<h1>Geofence</h1>
+<h1>Geofence Manager</h1>
 <p>A geofence is a virtual perimeter for a real-world geographic area. A geofence is defined by either a geopoint with a radius in case of geopoint geofences, or a MAC address in case of Wi-Fi and Bluetooth geofences. The geofence feature alerts the user when the geofence state changes (the user crosses the perimeter).</p>
 
 <p>This feature is supported in mobile applications only.</p>
 
-<p>The main geofence features are:</p>
+<p>The main features Geofnece Manager are:</p>
 <ul>
-<li><a href="#manager">Enabling the Geofence Manager</a></li>
+<li><a href="#manager">Enabling the geofence service</a></li>
 <li><a href="#definition">Defining a geofence</a></li>
-<li><a href="#settings">Defining the geofence settings</a></li>
+<li><a href="#settings">Setting the geofence service</a></li>
 </ul>
 
-<h2 id="manager" name="manager">Geofence Manager</h2>
+<h2 id="manager" name="manager">Geofence Service</h2>
 <p>The Geofence Manager API is used to get notifications about the in or out state, depending on the geofence defined by the user.</p>
 <p>Use the Geofence Manager API to:</p>
 <ul>
index 7b1318a..be719aa 100644 (file)
@@ -1,75 +1,73 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
-<head>\r
-    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>\r
-    <meta http-equiv="X-UA-Compatible" content="IE=9" />\r
-    <link rel="stylesheet" type="text/css" href="../../css/styles.css" />\r
-    <link rel="stylesheet" type="text/css" href="../../css/snippet.css" />\r
-    <script type="text/javascript" src="../../scripts/snippet.js"></script>\r
-    <script type="text/javascript" src="../../scripts/jquery.util.js" charset="utf-8"></script>\r
-    <script type="text/javascript" src="../../scripts/common.js" charset="utf-8"></script>\r
-    <script type="text/javascript" src="../../scripts/core.js" charset="utf-8"></script>\r
-    <script type="text/javascript" src="../../scripts/search.js" charset="utf-8"></script>\r
-    <title>Location</title>\r
-</head>\r
-<body onload="prettyPrint()" style="overflow: auto;">\r
-\r
-<div id="toc-navigation">\r
-    <div id="profile">\r
-        <p><img alt="Mobile native" src="../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../images/wearable_s_n.png"/></p>\r
-    </div>\r
-\r
-    <div id="toc_border"><div id="toc">\r
-        <p class="toc-title">Related Info</p>\r
-        <ul class="toc">\r
-            <li><a href="../../../../org.tizen.tutorials/html/native/location/location_tutorials_n.htm">Location Tutorials</a></li>\r
-                       <li><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__LOCATION__FRAMEWORK.html">Location API for Mobile Native</a></li>\r
-                       <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__LOCATION__FRAMEWORK.html">Location API for Wearable Native</a></li>\r
-            </ul>\r
-    </div></div>\r
-</div>\r
-\r
-<div id="container"><div id="contents"><div class="content">\r
-\r
-\r
-  <h1>Location</h1>\r
-  <p>Location features include access to the device positioning capabilities.</p>\r
-  \r
- <p>The main location features are:</p>\r
-<ul>\r
-<li><a href="location_n.htm">Location</a> \r
-       <p>Provides the geographical location of the device.</p></li>\r
-</ul>\r
-\r
-\r
-<p>The following guides apply in <strong>mobile applications only</strong>:</p>\r
-<ul>\r
-<li><a href="geofence_n.htm">Geofence</a>\r
-       <p>Allows you to create and use geofences.</p></li>\r
-<li><a href="maps_n.htm">Maps Service</a>\r
-    <p>Allows you to create and use the maps services, such as geocoder, place searching, and routing.</p></li>        \r
-</ul>\r
-\r
\r
-<script type="text/javascript" src="../../scripts/jquery.zclip.min.js"></script>\r
-<script type="text/javascript" src="../../scripts/showhide.js"></script>\r
-</div></div></div>\r
-\r
-<a class="top sms" href="#"><img src="../../images/btn_top.gif" alt="Go to top" /></a>\r
-<div id="footer">\r
-<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>\r
-</div>\r
-\r
-<script type="text/javascript">\r
-var _gaq = _gaq || [];\r
-_gaq.push(['_setAccount', 'UA-25976949-1']);\r
-_gaq.push(['_trackPageview']);\r
-(function() {\r
-var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r
-var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r
-})();\r
-</script>\r
-\r
-</body>\r
-</html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+    <meta http-equiv="X-UA-Compatible" content="IE=9" />
+    <link rel="stylesheet" type="text/css" href="../../css/styles.css" />
+    <link rel="stylesheet" type="text/css" href="../../css/snippet.css" />
+    <script type="text/javascript" src="../../scripts/snippet.js"></script>
+    <script type="text/javascript" src="../../scripts/jquery.util.js" charset="utf-8"></script>
+    <script type="text/javascript" src="../../scripts/common.js" charset="utf-8"></script>
+    <script type="text/javascript" src="../../scripts/core.js" charset="utf-8"></script>
+    <script type="text/javascript" src="../../scripts/search.js" charset="utf-8"></script>
+    <title>Location</title>
+</head>
+<body onload="prettyPrint()" style="overflow: auto;">
+
+<div id="toc-navigation">
+    <div id="profile">
+        <p><img alt="Mobile native" src="../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../images/wearable_s_n.png"/></p>
+    </div>
+
+    <div id="toc_border"><div id="toc">
+        <p class="toc-title">Related Info</p>
+        <ul class="toc">
+            <li><a href="../../../../org.tizen.tutorials/html/native/location/location_tutorials_n.htm">Location Tutorials</a></li>
+                       <li><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__LOCATION__FRAMEWORK.html">Location API for Mobile Native</a></li>
+                       <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__LOCATION__FRAMEWORK.html">Location API for Wearable Native</a></li>
+            </ul>
+    </div></div>
+</div>
+
+<div id="container"><div id="contents"><div class="content">
+
+
+  <h1>Location</h1>
+  <p>Location features include location-based and related services.</p>
+  
+ <p>The main location features are:</p>
+<ul>
+<li><a href="location_n.htm">Location Manager</a> 
+       <p>Provides the geographical location of the device.</p></li>
+</ul>
+
+<p>The following guides apply in <strong>mobile applications only</strong>:</p>
+<ul>
+<li><a href="geofence_n.htm">Geofence Manager</a>
+       <p>Allows you to create and use geofences.</p></li>
+<li><a href="maps_n.htm">Maps Service</a>
+    <p>Allows you to create and use the maps services, such as geocoder, place searching, and routing.</p></li>
+</ul>
+<script type="text/javascript" src="../../scripts/jquery.zclip.min.js"></script>
+<script type="text/javascript" src="../../scripts/showhide.js"></script>
+</div></div></div>
+
+<a class="top sms" href="#"><img src="../../images/btn_top.gif" alt="Go to top" /></a>
+<div id="footer">
+<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>
+</div>
+
+<script type="text/javascript">
+var _gaq = _gaq || [];
+_gaq.push(['_setAccount', 'UA-25976949-1']);
+_gaq.push(['_trackPageview']);
+(function() {
+var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+})();
+</script>
+
+</body>
+</html>
index 42b9f4a..a26813c 100644 (file)
     <div id="toc_border"><div id="toc">
         <p class="toc-title">Content</p>
         <ul class="toc">
-                       <li><a href="#manager">Location Manager</a></li>
-                       <li><a href="#method">Location Methods</a></li>
-                       <li><a href="#settings">Location Settings</a></li>
+               <li><a href="#manager">Location Service</a></li>
+               <li><a href="#method">Location Methods</a></li>
+               <li><a href="#settings">Location Settings</a></li>
         </ul>
         <p class="toc-title">Related Info</p>
         <ul class="toc">
             <li><a href="../../../../org.tizen.tutorials/html/native/location/location_tutorial_n.htm">Location Tutorial</a></li>
-                       <li><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__LOCATION__FRAMEWORK.html">Location API for Mobile Native</a></li>
-                       <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__LOCATION__FRAMEWORK.html">Location API for Wearable Native</a></li>
+                       <li><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__LOCATION__MANAGER__MODULE.html">Location Manager API for Mobile Native</a></li>
+                       <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__LOCATION__MANAGER__MODULE.html">Location Manager API for Wearable Native</a></li>
             </ul>
     </div></div>
 </div>
 <div id="container"><div id="contents"><div class="content">
 
 
-  <h1>Location</h1>
+  <h1>Location Manager</h1>
   
-  <p>Location information has a geographical point on the Earth, and optionally location-related information can also contain information about altitude, accuracy about the geographical point and altitude, and the user speed and course of direction. Location data features include managing location information on the device.</p>
+  <p>Location information has a geographical point on the Earth, and optionally location-related information can also contain information about altitude, accuracy about the geographical point and altitude, and the user speed and course of direction. Location Manager features include managing location information on the device.</p>
 
   <p> </p> 
-  <p>The main location features are:</p> 
+  <p>The main features of Location Manager are:</p>
        <ul> 
-       <li><a href="#manager">Enabling the Location Manager</a></li>
+       <li><a href="#manager">Enabling the location service</a></li>
        <li><a href="#method">Defining the location method</a></li>
        <li><a href="#settings">Defining the location settings</a></li>
        </ul>  
@@ -62,7 +62,7 @@
    </tbody> 
   </table> 
   
-  <h2 id="manager" name="manager">Location Manager</h2> 
+  <h2 id="manager" name="manager">Location Service</h2>
   <p>The Location Manager API (in <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__LOCATION__MANAGER__MODULE.html">mobile</a> and <a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__LOCATION__MANAGER__MODULE.html">wearable</a> applications) provides the current location using the location sources specified in the <a href="#method">location method</a>.</p>   
 <p>With the Location Manager, you can:</p> 
   <ul> 
index cd9b2b0..4b276d1 100644 (file)
                </li>
                <li><a href="native/location/location_tutorials_n.htm">Location</a>
                        <ul>
-                               <li><a href="native/location/location_tutorial_n.htm">Location</a></li>
-                               <li><a href="native/location/geofence_tutorial_n.htm">Geofence</a></li>
+                               <li><a href="native/location/location_tutorial_n.htm">Location Manager</a></li>
+                               <li><a href="native/location/geofence_tutorial_n.htm">Geofence Manager</a></li>
                                <li><a href="native/location/maps_tutorial_n.htm">Maps Service</a></li>                         
                        </ul>           
                </li>
index 9f1fdbb..ae6bf1b 100644 (file)
@@ -1,71 +1,71 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\r
-<head>\r
-    <meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
-    <meta http-equiv="X-UA-Compatible" content="IE=9" />\r
-    <link rel="stylesheet" type="text/css" href="../../css/styles.css" />\r
-    <link rel="stylesheet" type="text/css" href="../../css/snippet.css" />\r
-    <script type="text/javascript" src="../../scripts/snippet.js"></script>\r
-    <script type="text/javascript" src="../../scripts/jquery.util.js" charset="utf-8"></script>\r
-    <script type="text/javascript" src="../../scripts/common.js" charset="utf-8"></script>\r
-    <script type="text/javascript" src="../../scripts/core.js" charset="utf-8"></script>\r
-    <script type="text/javascript" src="../../scripts/search.js" charset="utf-8"></script>\r
-  <title>Location: Retrieve the Device Location and Create Geofences</title>\r
- </head>\r
-<body onload="prettyPrint()" style="overflow: auto;">\r
-\r
-<div id="toc-navigation">\r
-    <div id="profile">\r
-        <p><img alt="Mobile native" src="../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../images/wearable_s_n.png"/></p>\r
-    </div>\r
-    <div id="toc_border"><div id="toc">\r
-        <p class="toc-title">Related Info</p>\r
-        <ul class="toc">\r
-            <li><a href="../../../../org.tizen.guides/html/native/location/location_guide_n.htm">Location Guides</a></li>\r
-                       <li><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__LOCATION__FRAMEWORK.html">Location API for Mobile Native</a></li>\r
-                       <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__LOCATION__FRAMEWORK.html">Location API for Wearable Native</a></li>\r
-        </ul>\r
-    </div></div>\r
-</div>\r
-\r
-<div id="container"><div id="contents"><div class="content">\r
-<h1>Location: Retrieve the Device Location and Create Geofences</h1>\r
-\r
-<p>The location tutorials demonstrate how to use the following features in creating Tizen native applications:</p>\r
-       <ul>\r
-        <li><a href="location_tutorial_n.htm">Location: Using Location Information and Service</a> \r
-               <p>Demonstrates how you can retrieve the location of the device.</p></li>       \r
-       </ul>\r
-<p>The following tutorials apply in <strong>mobile applications only</strong>:</p>\r
-       <ul>\r
-        <li><a href="geofence_tutorial_n.htm">Geofence: Creating and Using Geofences</a> \r
-               <p>Demonstrates how you can create and use geofences.</p></li>\r
-               <li><a href="maps_tutorial_n.htm">Maps Service: Using the Map Service</a> \r
-        <p>Demonstrates how you can use the map service to query geocodes and routes, and search for places.</p></li>                  \r
-       </ul>\r
-\r
-                       \r
-<script type="text/javascript" src="../../scripts/jquery.zclip.min.js"></script>\r
-<script type="text/javascript" src="../../scripts/showhide.js"></script>\r
-\r
-</div></div></div>\r
-\r
-<a class="top sms" href="#"><img src="../../images/btn_top.gif" alt="Go to top" /></a>\r
-\r
-<div id="footer">\r
-<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>\r
-</div>\r
-\r
-<script type="text/javascript">\r
-var _gaq = _gaq || [];\r
-_gaq.push(['_setAccount', 'UA-25976949-1']);\r
-_gaq.push(['_trackPageview']);\r
-(function() {\r
-var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;\r
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';\r
-var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);\r
-})();\r
-</script>\r
-\r
-</body>\r
-</html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=9" />
+    <link rel="stylesheet" type="text/css" href="../../css/styles.css" />
+    <link rel="stylesheet" type="text/css" href="../../css/snippet.css" />
+    <script type="text/javascript" src="../../scripts/snippet.js"></script>
+    <script type="text/javascript" src="../../scripts/jquery.util.js" charset="utf-8"></script>
+    <script type="text/javascript" src="../../scripts/common.js" charset="utf-8"></script>
+    <script type="text/javascript" src="../../scripts/core.js" charset="utf-8"></script>
+    <script type="text/javascript" src="../../scripts/search.js" charset="utf-8"></script>
+  <title>Location: Retrieve the Device Location and Create Geofences</title>
+ </head>
+<body onload="prettyPrint()" style="overflow: auto;">
+
+<div id="toc-navigation">
+    <div id="profile">
+        <p><img alt="Mobile native" src="../../images/mobile_s_n.png"/> <img alt="Wearable native" src="../../images/wearable_s_n.png"/></p>
+    </div>
+    <div id="toc_border"><div id="toc">
+        <p class="toc-title">Related Info</p>
+        <ul class="toc">
+            <li><a href="../../../../org.tizen.guides/html/native/location/location_guide_n.htm">Location Guides</a></li>
+                       <li><a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__LOCATION__FRAMEWORK.html">Location API for Mobile Native</a></li>
+                       <li><a href="../../../../org.tizen.native.wearable.apireference/group__CAPI__LOCATION__FRAMEWORK.html">Location API for Wearable Native</a></li>
+        </ul>
+    </div></div>
+</div>
+
+<div id="container"><div id="contents"><div class="content">
+<h1>Location: Retrieve the Device Location and Create Geofences</h1>
+
+<p>The location tutorials demonstrate how to use the following features in creating Tizen native applications:</p>
+       <ul>
+        <li><a href="location_tutorial_n.htm">Location Manager: Using Location Information and Service</a>
+       <p>Demonstrates how you can retrieve the location of the device.</p></li>
+       </ul>
+<p>The following tutorials apply in <strong>mobile applications only</strong>:</p>
+       <ul>
+        <li><a href="geofence_tutorial_n.htm">Geofence Manager: Creating and Using Geofences</a>
+       <p>Demonstrates how you can create and use geofences.</p></li>
+
+       <li><a href="maps_tutorial_n.htm">Maps Service: Using the Map Service</a>
+       <p>Demonstrates how you can use the map service to query geocodes and routes, and search for places.</p></li>
+       </ul>
+
+<script type="text/javascript" src="../../scripts/jquery.zclip.min.js"></script>
+<script type="text/javascript" src="../../scripts/showhide.js"></script>
+
+</div></div></div>
+
+<a class="top sms" href="#"><img src="../../images/btn_top.gif" alt="Go to top" /></a>
+
+<div id="footer">
+<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>
+</div>
+
+<script type="text/javascript">
+var _gaq = _gaq || [];
+_gaq.push(['_setAccount', 'UA-25976949-1']);
+_gaq.push(['_trackPageview']);
+(function() {
+var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+})();
+</script>
+
+</body>
+</html>