Polygon search parameters object.
More...
|
|
string | keywords |
| | Query keywords.
Multiple keywords are separated by "|".
|
| |
|
string | types |
| | Query POI type.
Multiple types are separated by "|".
|
| |
|
int? | offset |
| | Each page records data.
The maximum number of records per page is 25. Out of range Return to the maximum value.
|
| |
|
int? | page |
| | The current page count.
|
| |
|
string | extensions |
| | Returns the result control.
This basic default return address information; the value of all the return address information, nearby POI, road and road intersection information.
|
| |
|
string | sig |
| | Digital signature.
|
| |
Polygon search parameters object.
◆ PolygonParams()
| OnlineMapsAMapSearch.PolygonParams.PolygonParams |
( |
string | key, |
|
|
double[] | polygon ) |
Constructor.
- Parameters
-
| key | AMap API key |
| polygon | Longitude and latitude coordinate pairs. |