Skip to main content

Generate a route with a desired departure or arrival time

GET 

/tdroute/:vehicle_type/:wkt_waypoints

Returns JSON with a proposed route or error if a route can not be found. Request route between 2 points with all routing parameters by default:

/tdroute/v1/driving/44.0925729,56.2944997;44.0879421,56.2958883?start_time=2019-09-09T12:00:05Z

Request route between 2 points with vehicle initially staying on side of road for driving west:

/tdroute/v1/driving/44.0925729,56.2944997;44.0879421,56.2958883?heading=270&start_time=2019-09-09T12:00:05Z

Request route between 2 points returning way ids for the resulting route:

/tdroute/v1/driving/44.0925729,56.2944997;44.0879421,56.2958883?annotations=duration,distance,ways&start_time=2019-09-09T12:00:05Z

Request

Responses

Route has been generated.