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

Peripheral search parameters object. More...

Inheritance diagram for OnlineMapsAMapSearch.AroundParams:
OnlineMapsAMapSearch.Params

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.
 

Detailed Description

Peripheral search parameters object.

Constructor & Destructor Documentation

◆ AroundParams()

OnlineMapsAMapSearch.AroundParams.AroundParams ( string key,
double longitude,
double latitude )

Constructor.

Parameters
keyAMap API Key
longitudeCenter point longitude
latitudeCenter point latitude