RouteGetRouteDirectionsWithAdditionalParametersDefaultResponse interface
The Post Route Directions
API is an HTTP POST
request that returns a route between an origin and a destination, passing through waypoints if they are specified. The route will take into account factors such as current traffic and the typical road speeds on the requested day of the week and time of day.
Information returned includes the distance, estimated travel time, and a representation of the route geometry. Additional routing information such as optimized waypoint order or turn by turn instructions is also available, depending on the options selected.
Routing service provides a set of parameters for a detailed description of a vehicle-specific Consumption Model. Please check Consumption Model for detailed explanation of the concepts and parameters involved.
- Extends
Properties
body | |
status |
Inherited Properties
headers | The HTTP response headers. |
request | The request that generated this response. |
Property Details
body
status
status: string
Property Value
string
Inherited Property Details
headers
The HTTP response headers.
headers: RawHttpHeaders
Property Value
Inherited From HttpResponse.headers
request
The request that generated this response.
request: PipelineRequest
Property Value
Inherited From HttpResponse.request
Azure SDK for JavaScript