liodali / OSM-Routing-Client-Dart

flutter package for osrm client api and open source routing service
https://pub.dev/packages/routing_client_dart
MIT License
18 stars 12 forks source link

Use LatLng from latlong2 instead of LngLat #19

Open JFtechOfficial opened 1 year ago

JFtechOfficial commented 1 year ago

the latlong2 package 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.

liodali commented 1 year ago

sorry for late reply, yeah in general what we have in current already done in that package for now we dont have plan to integrated in our package but maybe in the future