getDistance
Returns the euclidian distance (in meters) between this GeoPoint and another one.
Return
the euclidian distance (in meters) between this GeoPoint and another one.
Returns the euclidian distance (in meters) between two points which are defined by two pairs of longitudes and latitudes.
Return
the euclidian distance (in meters) between two pairs of longitudes and latitudes.
Parameters
lon1
First longitude
lat1
First latitude
lon2
Second longitude
lat2
Second latitude