I am very new to Google maps I want calculate the distance between two places in android.
For that I get the two places lat and lag positions for that I write the fo
Just use Location.distanceTo(Location) it will give you a really distance between two different Locations.