I'm trying to understand why is a difference between the total duration computed by OSRM and the sum of the following - routes->legs->annotation->duration.
The request that I'm using is the following: http://router.project-osrm.org/route/v1/car/11.533996006963445,48.16530925;11.558144983073191,48.140675599999994?overview=full&geometries=polyline&steps=true&annotations=true
If I sum-up the routes->legs->annotation->duration I got 449 seconds. But the total time computed by the OSRM - routes->duration is equals to 508.9, which is equal to sum legs->steps->duration.