Key |
Type |
Description |
[DatabaseURI] |
string |
Search is performed on the specified database. If database is not specified then, search is performed on default database. Maximum string Length is 255. |
[LandmarkName] |
string |
Text is case insensitive, wild cards supported- '?' for single character, '*' for zero or more characters. Maximum string Length is 255. |
[LandmarkPosition] |
map |
Map describes latitude, longitude, altitude of a landmark. For more information, see Position Information of a Landmark.
Only Latitude and Longitude fields are considered for search. |
[CoverageRadiusOption] |
bool |
True: The coverage radius of landmarks is considered in the distance calculation. For example, if the circular search area and centre coordinates, which are mentioned in LandmarkPosition and radius mentioned in MaximumDistance intersects the landmark circular area, centre coordinates specified by the coordinates of the landmark and radius specified by CoverageRadius then, such landmark will be returned.
False: The CoverageRadius of the landmark is not considered in the distance calculation.
The default value is False. |
[MaximumDistance] |
Double |
It is the distance from centre coordinate if CoverageRadius option is False else it is the effective distance calculated as landmark centre minus the coverage radius. |
[CategoryName] |
string |
Search results only for landmarks that belong to this category. Maximum string Length is 124.
If specified False then, only unlisted landmarks are listed. |
[LandmarkDesc] |
string |
Text is case insensitive, wild cards supported- '?' for single character, '*' for zero or more characters. Maximum string Length is 4095. |
[BoundedArea] |
map |
Area specified within NSEW latitudes and longitudes. For more information, see Bounded area. |
[MaximumMatches] |
int |
The maximum number of items retrieved when provided with criteria information. If not mentioned then all landmarks are returned. |
[PreviousMatchesOnly] |
bool |
You can request to search within previous search results only.
True: Searches in previous search results.
False: A new search will be carried out on database.
If you do not specify this option then, False will be taken as default. |