Geolocation 1.1.0
See the version list below for details.
dotnet add package Geolocation --version 1.1.0
NuGet\Install-Package Geolocation -Version 1.1.0
<PackageReference Include="Geolocation" Version="1.1.0" />
paket add Geolocation --version 1.1.0
#r "nuget: Geolocation, 1.1.0"
// Install Geolocation as a Cake Addin #addin nuget:?package=Geolocation&version=1.1.0 // Install Geolocation as a Cake Tool #tool nuget:?package=Geolocation&version=1.1.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Geolocation:
Package | Downloads |
---|---|
DeploySoftware.LaunchPad.Core
Shared code for LaunchPad framework. |
|
lunOptics.rmSharp
Entity Framwork ORM for databases generated by RootsMagic |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Geolocation:
Repository | Stars |
---|---|
dalenewman/Transformalize
Configurable Extract, Transform, and Load
|
- Added support for distance calculations using nautical miles, kilometers and meters.