I am trying to calculate the distance between two map point using Google Map in android. I have used two lat long value to put two map pin and also able to draw a route between two points.
Now how to calculate distance of the path that i have drawn?
Please any body help!
Thanks & Regards!
You probably want to use the Google Directions API to known the real distances between two GPS locations. If you want the “crow-fly” distance, Sheikh’s answer is perfect.