FleetComplete.Geocoder 2.0.0

dotnet add package FleetComplete.Geocoder --version 2.0.0
                    
NuGet\Install-Package FleetComplete.Geocoder -Version 2.0.0
                    
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" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FleetComplete.Geocoder" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="FleetComplete.Geocoder" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FleetComplete.Geocoder --version 2.0.0
                    
#r "nuget: FleetComplete.Geocoder, 2.0.0"
                    
#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.
#addin nuget:?package=FleetComplete.Geocoder&version=2.0.0
                    
Install FleetComplete.Geocoder as a Cake Addin
#tool nuget:?package=FleetComplete.Geocoder&version=2.0.0
                    
Install FleetComplete.Geocoder as a Cake Tool

PCL Library to get nearest location information from a set of coordinates (lat/long).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on FleetComplete.Geocoder:

Package Downloads
FleetComplete.Geocoder.NGeoNames

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

FleetComplete.Geocoder.CanadaGeoNameBase

PCL Library to get nearest location information from a set of coordinates (lat/long). Driven by the Canadian Geographical Names Data Base.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 3,176 3/9/2017
1.0.4 1,646 10/11/2016
1.0.3 1,655 9/27/2016
1.0.2 1,667 9/14/2016
1.0.1 1,026 9/14/2016
1.0.0 2,037 9/14/2016

2.0.0
Some small API changes

1.0.4
Add state codes (Canada and US only)

1.0.3
Make property names more explicit as to their directional data

1.0.0
Initial release