I am having a route consisting of 2 points
I would like to find all GPS coordinates in the route but I want get GPS coordinate every 4 km... Is this possible please? I am lost here, I want to use this: https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md
What I tried is used route service
But How to specify the distance? or at least how could I specify I want only 40 GPS points? Thank you.