In my app I am getting the latitude
, longitude
co-ordinates of places using GeocodeService
now I want to get distance between these places.
I've tried GetDistanceTo
method to get the distance two location co-ordinates but it gives me stright distance.
How can I calculate driving distance between two locations?
thanks in advance