Symbian3/PDK/Source/GUID-DF756D6C-1E03-4EC0-B074-09611D122359.dita
changeset 5 f345bda72bc4
parent 1 25a17d01db0c
child 12 80ef3a206772
--- a/Symbian3/PDK/Source/GUID-DF756D6C-1E03-4EC0-B074-09611D122359.dita	Tue Mar 30 11:42:04 2010 +0100
+++ b/Symbian3/PDK/Source/GUID-DF756D6C-1E03-4EC0-B074-09611D122359.dita	Tue Mar 30 11:56:28 2010 +0100
@@ -4,10 +4,13 @@
 "Eclipse Public License v1.0" which accompanies this distribution, 
 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
 <!-- Initial Contributors:
-	Nokia Corporation - initial contribution.
+    Nokia Corporation - initial contribution.
 Contributors: 
--->  <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"><concept id="GUID-DF756D6C-1E03-4EC0-B074-09611D122359" xml:lang="en"><title>Storing
-location information on a mobile device</title><prolog><metadata><keywords></keywords></metadata></prolog><conbody>
+-->
+<!DOCTYPE concept
+  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
+<concept id="GUID-DF756D6C-1E03-4EC0-B074-09611D122359" xml:lang="en"><title>Storing
+location information on a mobile device</title><prolog><metadata><keywords/></metadata></prolog><conbody>
 <p><xref href="GUID-BC8D1F02-3FBB-406A-80CE-5836E61EBD82.dita">Location information</xref> may
 be stored as database entries called <i>landmarks</i> that contain at least
 a name and a location.</p>
@@ -27,25 +30,24 @@
 <p>To store location information on your mobile device:</p>
 <ol>
 <li id="GUID-820AF19E-FD11-46E6-A865-6CFF62AD5508"><p>Make use of
-the methods of the Landmarks API when constructing
-your application.</p>
+the methods of the <xref href="jar:.jar!/public_specs/GuidesA/Landmarks_API_Specification/Landmarks_API_Specification.html" format="application/java-archive">Landmarks
+API</xref> <xref format="html" href="specs/guides/Landmarks_API_Specification/Landmarks_API_Specification.html" scope="external"/>when
+constructing your application.</p>
 <itemgroup>
 <p>The <xref href="jar:GUID-759FBC7F-5384-4487-8457-A8D4B76F6AA6.jar!/html/classCPosLandmarkDatabase.html" format="application/java-archive"><codeph>CPosLandmarkDatabase</codeph></xref> class is used for accessing the database with the landmarks
 information and the <xref href="jar:GUID-759FBC7F-5384-4487-8457-A8D4B76F6AA6.jar!/html/classCPosLandmark.html" format="application/java-archive"><codeph>CPosLandmark</codeph></xref> class
 contains the location information.</p>
 <p>For detailed information on how to do this, see:</p>
 <ul>
-<li><p>Using landmarks database for
-a discussion of how to start accessing the database with the location information,
-including a structure diagram.</p></li>
-<li><p>Managing landmarks for
-code samples of opening, editing, and adding location information to a database</p>
-</li>
-<li><p>Listening to database events for
-possible events type passed to your application and code samples for implementing
-a listener</p>
+<li><p><xref format="html" href="specs/guides/Landmarks_API_Specification/Landmarks_API_Specification.html#Landmarks_API_Specification.topicUsingDb" scope="external">Using landmarks database</xref> for a discussion of how to
+start accessing the database with the location information, including a structure
+diagram.</p></li>
+<li><p><xref format="html" href="specs/guides/Landmarks_API_Specification/Landmarks_API_Specification.html#Landmarks_API_Specification.topicReadLandmarks" scope="external">Managing landmarks</xref> for code samples of opening, editing, and adding
+location information to a database</p></li>
+<li><p><xref format="html" href="specs/guides/Landmarks_API_Specification/Landmarks_API_Specification.html#Landmarks_API_Specification.topicListenEvents" scope="external">Listening to database events</xref> for possible events type passed to
+your application and code samples for implementing a listener</p>
 <itemgroup>
-<p>The TPosLmEvent class
+<p>The <xref href="jar:GUID-759FBC7F-5384-4487-8457-A8D4B76F6AA6.jar!/html/structTPosLmEvent.html" format="application/java-archive">TPosLmEvent</xref> class
 is used in listening for events.</p>
 </itemgroup>
 </li>
@@ -67,10 +69,11 @@
 <p>For more information see, <draft-comment time="2007-10-01T13:49">Question
 for the reviewers: Is there anything else that we could add here?</draft-comment></p>
 <ul>
-<li><p>API description for a description
-of the API and its class structure</p></li>
-<li><p>Using the Landmarks API for a
-general overview on how to create applications using the API</p></li>
+<li><p><xref format="html" href="specs/guides/Landmarks_API_Specification/Landmarks_API_Specification.html#Landmarks_API_Specification.topic2" scope="external">API description</xref> for a description of the API and its class structure</p>
+</li>
+<li><p><xref format="html" href="specs/guides/Landmarks_API_Specification/Landmarks_API_Specification.html" scope="external">Using
+the Landmarks API</xref> for a general overview on how to create applications
+using the API</p></li>
 <li><p>For a reference example on searching and manipulating the
 information in the location database, see <codeph>LocationLandmarksRefAppForS60</codeph> in
 the SDK (<codeph>&lt;SDK installation directory&gt;\S60CppExamples\</codeph>)</p>
@@ -83,21 +86,22 @@
 </section>
 <section id="GUID-987E85BE-B14B-4248-853F-F7BC5EF48BE7"><title>Related Symbian
 APIs</title>
-<p>The Symbian platform also offers the following related
-APIs:</p>
+<p>The Symbian platform also offers the following related APIs:</p>
 <ul>
-<li><p>Landmarks API for accessing
-the database</p></li>
-<li><p>Landmarks Database
-Management API for creating and deleting databases</p></li>
-<li><p>Landmarks Search API for
-allowing mobile devices users to search the database</p></li>
-<li><p>Landmarks UI Add/Edit API for
-allowing mobile device users to add and edit landmarks</p></li>
-<li><p>Landmarks UI Selector API for
-displaying and selecting landmarks</p></li>
-<li><p>Location Acquisition API for
-finding the location of a mobile device</p></li>
+<li><p><xref format="html" href="specs/guides/Landmarks_API_Specification/Landmarks_API_Specification.html" scope="external">Landmarks
+API</xref> for accessing the database</p></li>
+<li><p><xref format="html" href="specs/guides/Landmarks_Database_Management_API_Specification/Landmarks_Database_Management_API_Specification.html" scope="external">Landmarks Database Management API</xref> for creating and deleting databases</p>
+</li>
+<li><p><xref format="html" href="specs/guides/Landmarks_Search_API_Specification/Landmarks_Search_API_Specification.html" scope="external">Landmarks
+Search API</xref> for allowing mobile devices users to search the database</p>
+</li>
+<li><p><xref format="html" href="specs/guides/Landmarks_UI_Add_Edit_API_Specification/Landmarks_UI_Add_Edit_API_Specification.html" scope="external">Landmarks
+UI Add/Edit API</xref> for allowing mobile device users to add and edit
+landmarks</p></li>
+<li><p><xref format="html" href="specs/guides/Landmarks_UI_Selector_API_Specification/Landmarks_UI_Selector_API_Specification.html" scope="external">Landmarks
+UI Selector API</xref> for displaying and selecting landmarks</p></li>
+<li><p>Location Acquisition API for finding the location of a mobile
+device</p></li>
 <li><p><xref href="GUID-02EE9C85-5942-40F7-BF60-B5D8B04B9AA6.dita#GUID-02EE9C85-5942-40F7-BF60-B5D8B04B9AA6/GUID-15C32932-3088-4FC9-BE83-2EC00FCEB694">Communication</xref> for
 sending location information to other devices</p></li>
 </ul>