• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Find the distance between 2 Latitudes and Longitudes ?

Hi,

Below is the code to find distance between 2 Latitudes and Longitudes. But it is not working proper way.

////////////////////////////////

public double lanLatDistance(double oldlan, double oldlat,
double plan, double plat) {
double R = 6371; // earth
 
please use the
Code:
 tag .. reading like this gives me headache >.<

try checking this

[URL="http://bit.ly/r7eyoO"] http://bit.ly/r7eyoO[/URL]
 
Back
Top Bottom