|
Online Maps v3
|
Parameters of the geocoding request. More...
Classes | |
| class | Circle |
| For boundary_type=circle only! Sets the restriction circle with a Centerpoint and a Radius in meters. More... | |
Public Member Functions | |
| GeocodingParams (string key, string query) | |
| Gets the coordinates of the specified address. | |
| GeocodingParams (string key, OnlineMapsVector2d location) | |
| Converts coordinates to a location address. | |
| GeocodingParams (string key, double lng, double lat) | |
| Converts coordinates to a location address. | |
Public Attributes | |
| string | lang |
| Sets the language of the response. | |
| BoundaryType? | boundary_type |
| Specifies the type of spatial search restriction. rect for a rectangle and circle. | |
| OnlineMapsGeoRect | rect |
| For boundary_type=rect only! Sets the restriction rectangle. | |
| Circle | circle |
| For boundary_type=circle only! Sets the restriction circle with a Centerpoint and a Radius in meters. | |
| int | limit = 20 |
| Specifies the maximum number of responses. Not needed for reverse. | |
Public Attributes inherited from OnlineMapsOpenRouteService.Params | |
| string | id |
| Arbitrary identification string of the request reflected in the meta information. | |
Additional Inherited Members | |
Protected Attributes inherited from OnlineMapsOpenRouteService.Params | |
| string | key |
| Open Route Service API key. | |
Parameters of the geocoding request.
| OnlineMapsOpenRouteService.GeocodingParams.GeocodingParams | ( | string | key, |
| string | query ) |
Gets the coordinates of the specified address.
| key | Open Route Service API key |
| query | Name of location, street address or postal code. |
| OnlineMapsOpenRouteService.GeocodingParams.GeocodingParams | ( | string | key, |
| OnlineMapsVector2d | location ) |
Converts coordinates to a location address.
| key | Open Route Service API key |
| location | Coordinate to be inquired. |
| OnlineMapsOpenRouteService.GeocodingParams.GeocodingParams | ( | string | key, |
| double | lng, | ||
| double | lat ) |
Converts coordinates to a location address.
| key | Open Route Service API key |
| lng | Longitude to be inquired. |
| lat | Latitude to be inquired. |