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.
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?
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?