Hey folks, I’m exploring various routing and maps options.
There two technical requirements:
- be able to get the length and duration of a route for cars. A route can consists of multiple stops.
- Show the route on a map, preferably zoomable.
The first one is covered very nicely by the POST endpoint /v2/directions/{profile}
.
I’m not sure though how I would go about using Openroute Service for the second one. Is it possible at all, and if so, what documentation did I overlook?
Thank you,
Joride