akexorcist / GoogleDirectionLibrary

[Android] Library for Google Direction API for Google Maps Android API v2
Apache License 2.0
571 stars 174 forks source link

Distance #57

Closed YogeshTripathi5 closed 4 years ago

YogeshTripathi5 commented 6 years ago

How to get estimated distance b/w 2 latlngs?

akexorcist commented 4 years ago

I added the total distance and duration in Route. fa42e57

So you can get the total duration in meters in the route.

Route route = ...
long totalDuration = route.getTotalDistance()