|
Online Maps v3
|
Parameters of a request. More...
Public Attributes | |
| Profile | profile = Profile.drivingCar |
| Specifies the route profile. | |
| string | apiKey |
| Open Route Service API key. If empty, the key from Key Manager will be used. | |
| AlternativeRoutes | alternativeRoutes |
| Specifies whether alternative routes are computed, and parameters for the algorithm determining suitable alternatives. | |
| string[] | attributes |
| List of route attributes. | |
| bool | elevation |
| Specifies whether to return elevation values for points. Please note that elevation also gets encoded for json response encoded polyline. | |
| string[] | extra_info |
| The extra info items to include in the response. | |
| bool | geometry_simplify |
| Specifies whether to simplify the geometry. Simplify geometry cannot be applied to routes with more than one segment and when extra_info is required. | |
| string | id |
| Arbitrary identification string of the request reflected in the meta information. | |
| bool | instructions = true |
| Specifies whether to return instructions. | |
| string | instructions_format |
| Select html for more verbose instructions. | |
| string | language |
| Language for the route instructions. | |
| bool | maneuvers |
| Specifies whether the maneuver object is included into the step object or not. | |
| Options | options |
| Advanced options. | |
| string | preference |
| Specifies the route preference. | |
| int[] | radiuses |
| A pipe list of maximum distances (measured in metres) that limit the search of nearby road segments to every given waypoint. The values must be greater than 0, the value of -1 specifies no limit in the search. The number of radiuses correspond to the number of waypoints. | |
| bool | roundabout_exits |
| Provides bearings of the entrance and all passed roundabout exits. | |
| int[] | skip_segments |
| Specifies the segments that should be skipped in the route calculation. A segment is the connection between two given coordinates and the counting starts with 1 for the connection between the first and second coordinate. | |
| bool | suppress_warnings |
| Suppress warning messages in the response. | |
| string | units |
| Specifies the distance unit. | |
| bool | geometry = true |
| Specifies whether to return geometry. | |
| int? | maximum_speed |
| The maximum speed specified by user. | |
Parameters of a request.