|
1 |
|
2 <!DOCTYPE html |
|
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="mobileconcept"/><meta name="DC.Title" content="Criteria for deleting landmark information"/><meta name="DC.Relation" scheme="URI" content="GUID-7C69DDA4-16F1-4A8F-BDB2-4CB0015B4E81"/><meta name="DC.Relation" scheme="URI" content="GUID-65AAF569-D347-462B-B59A-9D7CA184AB9C"/><meta name="DC.Relation" scheme="URI" content="GUID-B8845FF1-D7F6-476A-8651-8B9C12D8789F"/><meta name="DC.Relation" scheme="URI" content="GUID-2B13380C-37C8-473F-B0A7-564439312DA3"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-8787F2FD-41C1-46EC-B99E-7A9351C5A26B"/><title>Criteria for |
|
5 deleting landmark information </title><script type="text/javascript"> |
|
6 function initPage() {} |
|
7 </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-8787F2FD-41C1-46EC-B99E-7A9351C5A26B"><span>Criteria</span> for |
|
8 deleting landmark information</h1><div> |
|
9 <p>The <code>criteria</code> object specifies the landmark |
|
10 or landmark category to delete.</p> |
|
11 <p>The <code>criteria</code> object has two main properties: <code>Type</code> and <code>Data</code>. |
|
12 These are described in the following table.</p> |
|
13 <div class="tablenoborder"><a name="GUID-33021C9B-40AC-4473-838B-7AF12AAE91EE"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-33021C9B-40AC-4473-838B-7AF12AAE91EE" frame="border" border="1" rules="all"><caption><strong>Table: </strong><span>Criteria</span> object properties</caption> |
|
14 |
|
15 <thead align="left"> |
|
16 <tr class="title "><th class="cellrowborder" valign="top" width="25%" id="d0e42169"> |
|
17 <p>Property</p> |
|
18 </th><th class="cellrowborder" valign="top" width="25%" id="d0e42174"> |
|
19 <p>Description</p> |
|
20 </th><th class="cellrowborder" valign="top" width="25%" id="d0e42179"> |
|
21 <p>Type</p> |
|
22 </th><th class="cellrowborder" valign="top" width="25%" id="d0e42184"> |
|
23 <p>Value</p> |
|
24 </th></tr> |
|
25 </thead> |
|
26 <tbody> |
|
27 <tr class=""> |
|
28 <td class="cellrowborder" valign="top" width="25%" headers="d0e42169 "> |
|
29 <p><code>criteria.Type</code></p> |
|
30 </td> |
|
31 <td class="cellrowborder" valign="top" width="25%" headers="d0e42174 "> |
|
32 <p>Specifies the type of landmark information to delete.</p> |
|
33 </td> |
|
34 <td class="cellrowborder" valign="top" width="25%" headers="d0e42179 "> |
|
35 <p>string</p> |
|
36 </td> |
|
37 <td class="cellrowborder" valign="top" width="25%" headers="d0e42184 "> |
|
38 <p>Possible values:</p> |
|
39 <ul> |
|
40 <li><p><code>"Landmark"</code></p></li> |
|
41 <li><p><code>"Category"</code></p></li> |
|
42 </ul> |
|
43 </td> |
|
44 </tr> |
|
45 <tr class="bg "> |
|
46 <td class="cellrowborder" valign="top" width="25%" headers="d0e42169 "> |
|
47 <p><code>criteria.Data</code></p> |
|
48 </td> |
|
49 <td class="cellrowborder" valign="top" width="25%" headers="d0e42174 "> |
|
50 <p>Specifies the landmark or landmark category to delete.</p> |
|
51 </td> |
|
52 <td class="cellrowborder" valign="top" width="25%" headers="d0e42179 "> |
|
53 <p>object</p> |
|
54 </td> |
|
55 <td class="cellrowborder" valign="top" width="25%" headers="d0e42184 "> |
|
56 <p>Object with the properties specified below</p> |
|
57 </td> |
|
58 </tr> |
|
59 <tr class=""> |
|
60 <td class="cellrowborder" valign="top" width="25%" headers="d0e42169 "> |
|
61 <p><code>[criteria.Data.DatabaseURI]</code></p> |
|
62 </td> |
|
63 <td class="cellrowborder" valign="top" width="25%" headers="d0e42174 "> |
|
64 <p>Specifies the URI of the landmark database from which to delete the |
|
65 landmark or landmark category.</p> |
|
66 <p>If this property is not specified, the delete operation is performed |
|
67 on the default database.</p> |
|
68 </td> |
|
69 <td class="cellrowborder" valign="top" width="25%" headers="d0e42179 "> |
|
70 <p>string</p> |
|
71 </td> |
|
72 <td class="cellrowborder" valign="top" width="25%" headers="d0e42184 "> |
|
73 <p>For example: <code>file://c:landmarks.ldb</code></p> |
|
74 </td> |
|
75 </tr> |
|
76 <tr class="bg "> |
|
77 <td class="cellrowborder" valign="top" width="25%" headers="d0e42169 "> |
|
78 <p><code>criteria.Data.id</code></p> |
|
79 </td> |
|
80 <td class="cellrowborder" valign="top" width="25%" headers="d0e42174 "> |
|
81 <p>Specifies the unique ID of the landmark or landmark category to delete.</p> |
|
82 <p>Use the <a href="GUID-55591BBC-49F8-407D-98F5-1D2FCD5DFB34.html#GUID-55591BBC-49F8-407D-98F5-1D2FCD5DFB34"><code>GetList</code></a> method |
|
83 to retrieve this ID.</p> |
|
84 </td> |
|
85 <td class="cellrowborder" valign="top" width="25%" headers="d0e42179 "> </td> |
|
86 <td class="cellrowborder" valign="top" width="25%" headers="d0e42184 "> </td> |
|
87 </tr> |
|
88 </tbody> |
|
89 </table></div></div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html> |