Searched refs:lonDifference (Results 1 – 1 of 1) sorted by relevance
473 double lonDifference = Math.toRadians(location2.getLongitude() - location1.getLongitude()); in distanceBetween() local476 Math.sin(lonDifference/2) * Math.sin(lonDifference/2); in distanceBetween()