Sabahat Hussain Qureshi
Sabahat Hussain Qureshi

Reputation: 1364

How to find exact route distance between two geo point in flutter

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?

image

Upvotes: 1

Views: 531

Answers (1)

Waqar Ali Siyal
Waqar Ali Siyal

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

Related Questions