A C# class library for .NET Core 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.
Info
Version: | 1.1.1 |
Author(s): | scottschluer |
Last Update: | Tuesday, December 26, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scottschluer/geolocation |
NuGet Url: | https://www.nuget.org/packages/Geolocation.NetStandard |
Install
Install-Package Geolocation.NetStandard
dotnet add package Geolocation.NetStandard
paket add Geolocation.NetStandard
Geolocation.NetStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)