|
Online Maps v3
|
This class is used to search for a route by coordinates using Open Route Service.
You can create a new instance using OnlineMapsOpenRouteService.Find.
http://wiki.openstreetmap.org/wiki/OpenRouteService.
More...
Classes | |
| class | DirectionParams |
| Parameters of the directions request. More... | |
| class | GeocodingParams |
| Parameters of the geocoding request. More... | |
| class | Params |
| Base class of parameters of the request to Open Route Service. More... | |
Public Types | |
| enum | OnlineMapsOpenRouteServicePref |
| The preference of the routing. | |
Static Public Member Functions | |
| static OnlineMapsOpenRouteService | Directions (DirectionParams p) |
| Returns a route between two or more locations for a selected profile and its settings as GeoJSON response. | |
| static OnlineMapsOpenRouteService | Geocoding (GeocodingParams p) |
| Resolve input coordinates to addresses and vice versa. | |
| static OnlineMapsOpenRouteServiceDirectionResult | GetDirectionResults (string response) |
| Converts the response string from Open Route Service Directions to result object. | |
| static OnlineMapsOpenRouteServiceGeocodingResult | GetGeocodingResults (string response) |
| Converts the response string from Open Route Service Geocoding to result 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. | |
This class is used to search for a route by coordinates using Open Route Service.
You can create a new instance using OnlineMapsOpenRouteService.Find.
http://wiki.openstreetmap.org/wiki/OpenRouteService.
|
static |
Returns a route between two or more locations for a selected profile and its settings as GeoJSON response.
| p | Parameters of request |
|
static |
Resolve input coordinates to addresses and vice versa.
| p | Parameters of the request |
|
static |
Converts the response string from Open Route Service Directions to result object.
| response | Response string |
|
static |
Converts the response string from Open Route Service Geocoding to result object.
| response | Response string |