|
Online Maps v3
|
Class to work with QQ Search.
http://lbs.qq.com/webservice_v1/guide-search.html.
More...
Classes | |
| class | Params |
| Parameters of QQ Search request. More... | |
Static Public Member Functions | |
| static OnlineMapsQQSearch | Find (string key, string keyword, Params p) |
| Make a new request to QQ Search. | |
| static OnlineMapsQQSearchResult | 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< OnlineMapsTextWebService > | OnFailed |
| Event that occurs when an error response is received from webservice. | |
| new Action< OnlineMapsTextWebService > | OnFinish |
| This event is occurs after other events, before disposing the request. | |
| new Action< OnlineMapsTextWebService > | OnSuccess |
| Event that occurs when a success response is received from webservice. | |
Public Attributes inherited from OnlineMapsWebServiceAPI | |
| Action< OnlineMapsWebServiceAPI > | OnFailed |
| Event that occurs when an error response is received from webservice. | |
| Action< OnlineMapsWebServiceAPI > | OnFinish |
| Event that occurs after OnComplete, when the response from webservice processed. | |
| Action< OnlineMapsWebServiceAPI > | OnDispose |
| Event that occurs when the current request instance is disposed. | |
| Action< OnlineMapsWebServiceAPI > | OnSuccess |
| 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. | |
Class to work with QQ Search.
http://lbs.qq.com/webservice_v1/guide-search.html.
|
static |
Make a new request to QQ Search.
| key | QQ API key |
| keyword | POI Search keyword for full-text search fields |
| p | Parameters object |
|
static |
Converts the response string to response object.
| response | Response string |