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

Polygon search parameters object. More...

Inheritance diagram for OnlineMapsAMapSearch.PolygonParams:
OnlineMapsAMapSearch.Params

Public Member Functions

 PolygonParams (string key, double[] polygon)
 Constructor.
 

Public Attributes

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.
 

Detailed Description

Polygon search parameters object.

Constructor & Destructor Documentation

◆ PolygonParams()

OnlineMapsAMapSearch.PolygonParams.PolygonParams ( string key,
double[] polygon )

Constructor.

Parameters
keyAMap API key
polygonLongitude and latitude coordinate pairs.