scottschluer / geolocation

A C# class library that will calculate distance and cardinal direction between two sets of coordinates and provides the lat/long boundaries around an origin coordinate allowing for simple SQL or LINQ selection of locations within the given radius.
MIT License
203 stars 46 forks source link

How accurate is it? #9

Closed sth349 closed 4 years ago

sth349 commented 6 years ago

I checked with google maps for getting a distance in a straight line from point A to B in kilometers and it was accurate to 2 decimal points. Google doesn't seem to return more than 2 numbers after the "." so I have came here to ask. Is it accurate to a meter?