Arthur Andy
Newbie
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
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