I am still having trouble integrating the response from the Routing API into the Mapbox navigation endpoint.
Correct me if i’m wrong, but the navigation endpoint in the example SDK uses https://graphhopper.com/api/1/navigate/ to generate an encoded polyline which is used by the Mapbox API to generate the route, whereas the HC routing api uses https://graphhopper.com/api/1/route to generate a routing response which does not include the correct information to pass to the mapbox API.
How do i turn the response of the Routing API into something that can be used by the Navigation endpoint, without creating a second Routing request?