We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add routing feature between A and B by using Optimized Route API offered by Valhalla.
https://valhalla.readthedocs.io/en/latest/api/optimized/api-reference/
The text was updated successfully, but these errors were encountered:
I think it should use turn by turn api instead of optimized route api.
https://valhalla.readthedocs.io/en/latest/api/turn-by-turn/overview/
Sorry, something went wrong.
https://valhalla.water-gis.com/optimized_route?json={"locations":[{"lat":-1.9640622280311106,"lon":30.094690817468404},{"lat":-1.9655084099187405,"lon":30.114985788328795}],"costing":"pedestrian","directions_options":{"units":"kilometers"}}
https://valhalla.water-gis.com/route?json={"locations":[{"lat":-1.9640622280311106,"lon":30.094690817468404},{"lat":-1.9655084099187405,"lon":30.114985788328795}],"costing":"pedestrian","costing_options":{"auto":{"country_crossing_penalty":2000}},"units":"kilometers","id":"my_work_route"}
https://valhalla.readthedocs.io/en/latest/decoding/
No branches or pull requests
add routing feature between A and B by using Optimized Route API offered by Valhalla.
https://valhalla.readthedocs.io/en/latest/api/optimized/api-reference/
The text was updated successfully, but these errors were encountered: