Reputation: 1364
I'm trying to find the travelling distance between two point in flutter app like in image.
I used geolocator and geocode plugin but there outputs are straight distance. How can I find travelling distance?
Upvotes: 1
Views: 531
Reputation: 89
You can use Google's Direction API to find travelling distance between two points. Here is the overview of Directions API https://developers.google.com/maps/documentation/directions/overview
Upvotes: 1