How can I determine the location along a given route using mileage? - OpenRouteService extensions

For example, given a route between Miami and New York (driving), I’d like to figure out the lat/long of a location along that same route after some number of KM

This is possible with Google Maps extensions but i could not find a solution with OpenRouteService

GoogleMaps extension; Google Maps API Tutorial & http://www.geocodezip.com/scripts/v3_epoly.js

demo : Google Maps JavaScript API v3 Example: Directions Waypoints (LatLng)

That’s exactly what i want to do; Google Maps JavaScript API v3 Example: Directions Waypoints (LatLng)

Hey,

there is no built-in method in the openrouteservice, but you can calculate that yourself, since you have all waypoints where the route makes a turn.

There are a few threads in the forum talking about the same issue.

Best regards