GeoDistance
GeoDistance copied to clipboard
Geographical Lat, Lng distance
The author needs to update the documentation or better yet, fix the code to match the documentation or provide an additional interface that matches the documentation.... The original interface of...
please make these changes priority basis its a critical issue
**fromLat = fromLat.toRad();** ... **dLng = (fromLng - toLng).toRad(),**
I found this at npm and the documentation does not match the actual api