No.
Do you know some other library or API which calculates ETA free? Because I went for the Google Distance Matrix API which is costly in my case. I have to calculate ETA for some points while there is an assuming trip(or the vehicle is moving from source to destination) which is already known some points and the driver location is changing frequently. If this is possible, it would be great for me.
OSRM is one option:
Thank you.
It worked but after running 2 to 5 requests.
I tried this URL
**URL**: http://router.project-osrm.org/route/v1/driving/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false
**Method**: GET
It responded this after some requests but it was showing the response before that:
{
message: "Too Many Requests"
}
It is working but when it is frequently access, it does not shows the real response or shows "Too Many Requests"
Hi,
Does traccar support ETA?