GeoLocation Helper Functions
Finding Points Within a Distance of a Latitude/Longitude Using Bounding Coordinates
[](https://standardjs.com) [](https://travis-ci.org/DoomyTheFroomy/GeoLocation)
This JavaScript implementation was build up via [Jan Matuscheks Java Implementation](http://janmatuschek.de/LatitudeLongitudeBoundingCoordinates).I've tried to implement everything so that the look and feel seems to be the same.
Install
$ npm install GeoLocationHelper
How to Use
Create a new GeoLocation Object
var geoLocation = // From Degreesvar geoLocCapeTown = geoLocation// From Radiansvar myLocation = geoLocation
Get the distance between two locations
var earthRadius = 637101console