diff -r 913c9751c067 -r 716254ccbcc0 org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-7B55EBBB-B61B-4D2A-B93F-752E3488D58B.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-7B55EBBB-B61B-4D2A-B93F-752E3488D58B.html Fri Mar 05 19:11:15 2010 -0800 @@ -0,0 +1,396 @@ + + +
The following table describes the different criteria by which you can
+search for landmarks and lists the required Filter
object
+properties per criterion. Table:
+Filter object properties for a landmark search describes the actual
+properties. To search for landmarks, specify the Filter
properties
+for one or more criteria.
+ Criterion + |
+ Description + |
+ Properties to specify + |
---|---|---|
+ Area + |
+
+ You can search for landmarks in a particular geographical area. Specify +the search area by providing the enclosing latitudes and longitudes: +-90 <= South Latitude <= North Latitude <= +90 +-180 <= West Longitude <= East Longitude <= +180 + |
+
+
|
+
+ Category + |
+
+ You can search for landmarks by category. The category name search is +case sensitive and does not support wild cards. + |
+
+
|
+
+ Nearest + |
+
+ You can search for landmarks closest to a specific location (a set of +coordinates). +To narrow down the search results, specify If |
+
+
|
+
+ Text + |
+
+ You can search for landmarks based on a name or description. The text +search is not case sensitive and supports wild cards, for example "?" (single +character) and "*" (zero or more characters). + |
+
+
|
+
The following table describes the Filter
object
+properties for GetList
calls
+that retrieve information about landmarks.
+ Property + |
+ Description + |
+ Type + |
+ Value + |
---|---|---|---|
+
|
+
+ Specifies the landmark database in which to search for landmarks. If +this is not specified, the search is performed on the default database. + |
+
+ string + |
+
+ Maximum length 255 characters + |
+
+
|
+
+ Specifies the landmark name to search by. This is checked against the This string is not case sensitive and supports wild cards, for example +"?" (single character) and "*" (zero or more characters). + |
+
+ string + |
+
+ Maximum length 255 characters + |
+
+
|
+
+ Specifies the source location to search by. The location is expressed +as latitude, longitude, and altitude. However, only the latitude and longitude +are considered in the search. The source location does not have a coverage +radius. +The properties of this object are described in Table: LandmarkPosition object properties. +Landmarks are returned in order of ascending distance from the source +location. + |
+
+ object + |
++ + | +
+
|
+
+ Specifies whether to take into account the coverage radius of a landmark +when calculating the distance between the source location and the landmark. +If set to If set to The default value is |
+
+ boolean + |
+
+ Possible values: +
|
+
+
|
+
+ Specifies the maximum distance in meters from the source location. Landmarks
+that fall outside this radius are not returned by If If |
+
+ number + |
++ |
+
|
+
+ Specifies the landmark category name to search by. + |
+
+ string + |
+
+ Maximum length 124 characters + |
+
+
|
+
+ Specifies the text to be searched for in landmark descriptions. This
+is checked against the This string is not case sensitive and supports wild cards, for example +"?" (single character) and "*" (zero or more characters). + |
+
+ string + |
+
+ Maximum length 255 characters + |
+
+
|
+
+ Specifies the geographical area in which to search for landmarks. The +area is defined as enclosing NSEW latitudes and longitudes: +-90 <= South Latitude <= North Latitude <= +90 +-180 <= West Longitude <= East Longitude <= +180 +The properties of this object are described in Table: BoundedArea object properties. + |
+
+ object + |
++ + | +
+
|
+
+ Specifies the maximum number of landmark items to retrieve. If this
+property is not specified, |
+
+ number + |
++ |
+
|
+
+ Specifies whether to perform the search on previous search results only: +
The default value is |
+
+ boolean + |
+
+ Possible values: +
|
+
+ Property + |
+ Description + |
+ Type + |
+ Value + |
---|---|---|---|
+
|
+
+ Specifies the northern-most latitude of the search area in WGS 84 datum format. +Note: |
+
+ number + |
+
+ [-90.00, +90.00] + |
+
+
|
+
+ Specifies the southern-most latitude of the search area in WGS 84 datum format. +Note: |
+
+ number + |
+
+ [-90.00, +90.00] + |
+
+
|
+
+ Specifies the eastern longitude of the search area in WGS +84 datum format. +Note: |
+
+ number + |
+
+ [-180.00, +180.00] + |
+
+
|
+
+ Specifies the western longitude of the search area in WGS +84 datum format. +Note: |
+
+ number + |
+
+ [-180.00, +180.00] + |
+