|
Online Maps v3
|
Peripheral search parameters object. More...
Public Member Functions | |
| AroundParams (string key, double longitude, double latitude) | |
| Constructor. | |
Public Attributes | |
| string | keywords |
| Query keywords. Multiple keywords are separated by "|". | |
| string | types |
| Query the POI type. Multiple keywords 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. | |
| int? | raduis |
| The radius of the query. The value ranges from 0 to 50000, in meters. | |
| string | sortrule |
| Collation. | |
| int? | offset |
| Each page records data. The maximum number of records per page is 25. Out of range The maximum value is returned. | |
| int? | page |
| The current page count. | |
| 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. | |
Peripheral search parameters object.
| OnlineMapsAMapSearch.AroundParams.AroundParams | ( | string | key, |
| double | longitude, | ||
| double | latitude ) |
Constructor.
| key | AMap API Key |
| longitude | Center point longitude |
| latitude | Center point latitude |