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
/routed-RoadType.car
I have my own OSRM backend Im using flutter to implement it using my own OSRM run on docker
The text was updated successfully, but these errors were encountered:
can you provide us format of you url at least that will help us to provide generic api
Sorry, something went wrong.
you create your custom OSRMManager like this
class YourOwnOSRMManager extends OSRMManager { @override String generatePath(String server, String waypoints, {Profile profile = Profile.route, RoadType roadType = RoadType.car, bool steps = true, Overview overview = Overview.full, Geometries geometries = Geometries.polyline}) { // Custom logic return "your new URL"; } }
No branches or pull requests
I have my own OSRM backend Im using flutter to implement it using my own OSRM run on docker
The text was updated successfully, but these errors were encountered: