Open ddd1600 opened 9 years ago
Perhaps try implementing this:
http://math.stackexchange.com/questions/474602/reverse-use-of-haversine-formula
d= 2 *r * (sin ^ −1) * (sqrt (haversin(ϕ2−ϕ1) + cos(ϕ1) * cos(ϕ2) * haversin(λ2−λ1) )
Doesn't exactly look trivial: http://mathworld.wolfram.com/InverseHaversine.html
Could somebody add this method? I don't know how to do it