Searched refs:latDifference (Results 1 – 1 of 1) sorted by relevance
472 double latDifference = Math.toRadians(location2.getLatitude() - location1.getLatitude()); in distanceBetween() local474 double a = Math.sin(latDifference/2) * Math.sin(latDifference/2) + in distanceBetween()