Geolocation 1.2.1
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.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Geolocation</id>
<version>1.2.1</version>
<title>Geolocation</title>
<authors>scottschluer</authors>
<owners>scottschluer</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<projectUrl>https://github.com/scottschluer/geolocation</projectUrl>
<description>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.</description>
<summary>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</summary>
<releaseNotes>- Added expression-based distance calculation extension method
- Converted helper methods to use expression trees
- Unit test improvements
- .NET core and .NET framework NuGet package
- Added Support For .Net Core</releaseNotes>
<copyright>(c) 2020 Scott Schluer</copyright>
<tags>coordinate coordinates distance latitude longitude boundaries geolocation location</tags>
<repository type="github" url="https://github.com/scottschluer/geolocation.git" />
</metadata>
</package>