FleetComplete.Geocoder.NGeoNames 2.0.2

dotnet add package FleetComplete.Geocoder.NGeoNames --version 2.0.2
NuGet\Install-Package FleetComplete.Geocoder.NGeoNames -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FleetComplete.Geocoder.NGeoNames" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FleetComplete.Geocoder.NGeoNames --version 2.0.2
#r "nuget: FleetComplete.Geocoder.NGeoNames, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FleetComplete.Geocoder.NGeoNames as a Cake Addin
#addin nuget:?package=FleetComplete.Geocoder.NGeoNames&version=2.0.2

// Install FleetComplete.Geocoder.NGeoNames as a Cake Tool
#tool nuget:?package=FleetComplete.Geocoder.NGeoNames&version=2.0.2

PCL Library to get nearest location information from a set of coordinates (lat/long).  Driven by NGeoNames and GeoNames.org data.

This uses cross platform libraries underneath the hood, so be sure to install in your main iOS/Android/Windows projects as well

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 1,632 4/17/2017
2.0.1 1,426 3/10/2017
2.0.0 1,703 3/9/2017
1.0.4 1,503 10/11/2016
1.0.3 1,462 9/27/2016
1.0.2 1,481 9/14/2016
1.0.1 1,476 9/14/2016
1.0.0 1,404 9/14/2016

2.0.2
Cities added

2.0.1
Small data correction

2.0.0
Updated to match FleetComplete.Geocoder API changes

1.0.4
[feature] add state codes (Canada and US only)

1.0.3
[fix] directional calculations should be FROM point, not TO point

1.0.0
Initial release