The problem with the calculation of time between 2 points / Проблема с расчетом времени между 2-мя точками

Good day!

Please help to solve the problem with the reset time between the two. During the use of the service identified an error: if you send a request to the API and simply point to the map 2 points of the route, while passing from one point to another in both cases, it turns out different.

Example query:
http://maps.axelot.ru:8989/route?point=35.899088,56.826263&point=35.890725,56.895445&type=gpx&locale=ru-RU
According to him, the passage of time ~10 minutes

If you specify these coordinates on the map https://www.openstreetmap.org/directions?engine=graphhopper_car&route=56.8265%2C35.8986%3B56.8925%2C35.8915#map=12/56.8395/35.9085, it can be seen that the passage of 19 minutes.

Windows 7 Professional x64
Browser version: Yandex browser 18.3.1.1232

Thank you!


Добрый день!

Помогите пожалуйста решить проблему с сброс времени между двумя не. Во время использования сервиса выявили ошибку: если послать запрос в АПИ и просто указать на карте 2 точки маршрута, то время прохождения от одной точки до другой в обоих случаях получается разное.

Пример запроса:
http://maps.axelot.ru:8989/route?point=35.899088,56.826263&point=35.890725,56.895445&type=gpx&locale=ru-RU
По нему время прохождения ~10 минут

Если же указать эти координаты на карте https://www.openstreetmap.org/directions?engine=graphhopper_car&route=56.8265%2C35.8986%3B56.8925%2C35.8915#map=12/56.8395/35.9085, то видно, что время прохождения 19 минут.

Windows 7 Professional x64
Версия браузер: браузер Яндекс 18.3.1.1232

Спасибо!

For the GraphHopper Directions API we apply heuristics to improve the ETA. These heuristics are not open source. See this stackoverflow answer for some more details about the differences.