From the give latitude/longitude how much latitude/longitude we add to the 5km distance?
Answers
Answered by
0
dist = arccos(sin(lat1) · sin(lat2) + cos(lat1) · cos(lat2) · cos(lon1 - lon2)) · R
Similar questions