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

AMap Search provides many kinds of querying POI information, including keyword search, peripheral search, polygon search and ID query.
http://lbs.amap.com/api/webservice/guide/api/search/#introduce. More...

Inheritance diagram for OnlineMapsAMapSearch:
OnlineMapsTextWebService OnlineMapsWebServiceAPI

Classes

class  AroundParams
 Peripheral search parameters object. More...
 
class  Params
 Base class for parameters object. More...
 
class  PolygonParams
 Polygon search parameters object. More...
 
class  TextParams
 Keyword search parameters object. More...
 

Static Public Member Functions

static OnlineMapsAMapSearch Find (Params p)
 Make a new request to AMap Search.
 
static OnlineMapsAMapSearchResult GetResult (string response)
 Converts the response string to response object.
 

Additional Inherited Members

- Public Member Functions inherited from OnlineMapsWebServiceAPI
void Destroy ()
 Destroys the current request to webservice.
 
OnlineMapsWWW GetWWW ()
 Get request instance.
 
- Public Attributes inherited from OnlineMapsTextWebService
Action< string > OnComplete
 Event that occurs when a response is received from webservice.
 
new Action< OnlineMapsTextWebServiceOnFailed
 Event that occurs when an error response is received from webservice.
 
new Action< OnlineMapsTextWebServiceOnFinish
 This event is occurs after other events, before disposing the request.
 
new Action< OnlineMapsTextWebServiceOnSuccess
 Event that occurs when a success response is received from webservice.
 
- Public Attributes inherited from OnlineMapsWebServiceAPI
Action< OnlineMapsWebServiceAPIOnFailed
 Event that occurs when an error response is received from webservice.
 
Action< OnlineMapsWebServiceAPIOnFinish
 Event that occurs after OnComplete, when the response from webservice processed.
 
Action< OnlineMapsWebServiceAPIOnDispose
 Event that occurs when the current request instance is disposed.
 
Action< OnlineMapsWebServiceAPIOnSuccess
 Event that occurs when a success response is received from webservice.
 
object customData
 In this variable you can put any data that you need to work with requests.
 
- Protected Member Functions inherited from OnlineMapsTextWebService
void OnRequestComplete (OnlineMapsWWW www)
 Checks whether the response from webservice.
 
- Protected Attributes inherited from OnlineMapsTextWebService
string _response
 Response string.
 
- Properties inherited from OnlineMapsTextWebService
string response [get]
 Gets a response from webservice.
 
- Properties inherited from OnlineMapsWebServiceAPI
OnlineMapsQueryStatus status [get]
 Gets the current status of the request to webservice.
 

Detailed Description

AMap Search provides many kinds of querying POI information, including keyword search, peripheral search, polygon search and ID query.
http://lbs.amap.com/api/webservice/guide/api/search/#introduce.

Member Function Documentation

◆ Find()

static OnlineMapsAMapSearch OnlineMapsAMapSearch.Find ( Params p)
static

Make a new request to AMap Search.

Parameters
pParameters of request
Returns
Instance of request

◆ GetResult()

static OnlineMapsAMapSearchResult OnlineMapsAMapSearch.GetResult ( string response)
static

Converts the response string to response object.

Parameters
responseResponse string
Returns
Response object