Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsAMapSearchResult Class Reference

AMap search response object.
Note: Descriptions of the fields are translated from Chinese using Google Translate and can be translated incorrectly.
If you confused in the description of field, please read the official AMap documentation.
http://lbs.amap.com/api/webservice/guide/api/search/#introduce. More...

Classes

class  IndoorData
 Indoor map of the relevant data. More...
 
class  POI
 POI information. More...
 

Public Attributes

int status
 The resulting status value. 0: Request failed, 1: The request was successful.
 
string info
 Returns the status description.
When status is 0, info returns the cause of the error, otherwise it returns "OK".
http://lbs.amap.com/api/webservice/info/.
 
int count
 Number of search items (maximum 1000).
 
POI[] pois
 Search POI information array.
 

Detailed Description

AMap search response object.
Note: Descriptions of the fields are translated from Chinese using Google Translate and can be translated incorrectly.
If you confused in the description of field, please read the official AMap documentation.
http://lbs.amap.com/api/webservice/guide/api/search/#introduce.