Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsAMapSearch.TextParams Class Reference

Keyword search parameters object. More...

Inheritance diagram for OnlineMapsAMapSearch.TextParams:
OnlineMapsAMapSearch.Params

Public Member Functions

 TextParams (string key)
 Constructor.
 

Public Attributes

string keywords
 Query keywords.
Multiple keywords are separated by "|".
 
string types
 Query POI type.
Multiple types are separated by "|".
http://a.amap.com/lbs/static/zip/AMap_API_Table.zip.
 
string city
 Check the city.
Optional values: city Chinese, Chinese spelling, citycode, adcode.
Such as: Beijing / beijing / 010/110000.
 
bool citylimit = false
 Returns only the specified city data.
 
bool children = false
 Whether the sub-POI data is displayed by hierarchy.
 
int? offset
 Each page records data.
It is strongly recommended not to exceed 25, if more than 25 may cause access error.
 
int? page
 The current page count.
 
string building
 POI number of the building.
After building POI is introduced, only in the building within the search.
 
int? floor
 Search for floors.
Returns the keyword search results for the current floor in the building if the building id + floor is passed in.
If only the floor, the return parameters incomplete advice.
If the building id + floor, the floor does not have the corresponding search results, will return to the contents of the building.
 
string extensions
 Returns the result control.
This item returns the basic address information by default; the value returns all address information, nearby POIs, roads, and road intersections.
 
string sig
 Digital signature.
 

Detailed Description

Keyword search parameters object.

Constructor & Destructor Documentation

◆ TextParams()

OnlineMapsAMapSearch.TextParams.TextParams ( string key)

Constructor.

Parameters
keyAMap API key