OSM-Routing-Client-Dart
OSM-Routing-Client-Dart copied to clipboard
flutter package for osrm client api and open source routing service
This aims to fix [#11](https://github.com/liodali/OSM-Routing-Client-Dart/issues/11) `roadType` was being overridden to `car`, no matter what option was selected.
Hi After updating to version 5 I don't have access to the roadlegs directly from Road class was using it to get all the destinations ``` List getDestinations(Road road) {...
the [latlong2 package](https://pub.dev/packages/latlong2) is widely used for latitude-longitude representation. It offers a fromJson method and it's well maintained. This would allow inter compatibility with other packages like [flutter_map](https://pub.dev/packages/flutter_map).
Hi, I am facing issue only in airtel networks, I don't know how. When I use any other netwroks it's working fine. As soon as I switch to airtel wifi...
I have my own OSRM backend Im using flutter to implement it using my own OSRM run on docker
Hi, Thank you for this polyline generator. Great one. I've implemented it in my project and routing has showed up correctly for the car but when I selected a different...
Hello! Thanks for this routing interface! Really useful stuff :) I am not sure if I am not using the API properly but ot seems that only `Geometries.geojson` returns roads...
Hello how are you? I'm having difficulties in getting the time conversion of the route returned by the library that is returned by "road.duration" right. I have done so to...
When the user moves, we expect the distance in current instruction also to change; this isn't the case in the SDK