Closed EloiSir closed 3 years ago
Hello,
I am using geolib@3.3.1, and getDistance and getPreciseDistance both return NaN for any set of coordinates I've tried. I ran npm install geolib.
What could be the reason for this problem?
Thanks in advance.
Do you have an example? The correct syntax for both is getDistance(start, end) where start and end both must be a GeolibInputCoordinate
getDistance(start, end)
start
end
Hello,
I am using geolib@3.3.1, and getDistance and getPreciseDistance both return NaN for any set of coordinates I've tried. I ran npm install geolib.
What could be the reason for this problem?
Thanks in advance.