0
votes

Given a route between point A and B, starting at time T0, being travelled at constant velocity. Something like the image below:

Sample Route

Does anybody knows if GraphHopper (or something similar) can say exactly (lat, lon) where in between these two points the traveller will be at time T0+x, where 'X' is some positive amount of time?

1

1 Answers

1
votes

You could use the GPX result which includes a time for every point. Or use the embedded mode where you could find out such details more easily and a lot more efficient or you could even calculate isochrones etc.