Get distance location
rhosy opened this issue · 1 comments
rhosy commented
Can I get distance between two location or more using this library?
mumayank commented
Google maps library already has a very easy utility function to do this.
- Head to https://developers.google.com/maps/documentation/android-sdk/utility/
- Go to the last heading "Calculate distances, areas and headings via spherical geometry"
- See the first point "computeDistanceBetween() – Returns the distance, in meters, between two latitude/longitude coordinates"