Top 20 NuGet geocoding Packages

Google Places, Maps, Roads, Search and Translate. Requests and Responses are complete with Google api documentation and references.
Easly access geolocation across Xamarin.iOS, Xamarin.Android, and Windows.
Includes a model and interface for communicating with four popular Geocoding providers. Current implementations include: Google Maps, Yahoo! PlaceFinder, Bing Maps (aka Virtual Earth), and Mapquest. The API returns latitude/longitude coordinates and normalized address information. This can be used t...
This library is a simple wrapper over some common Google Maps or Google Places 'Web Services' API. It's ment to provide a quick and convenient way to query the specific Google Api's.
Library for utilizing geocoding (forward and reverse), in addition to address lookups, with the Nominatim HTTP API.
Includes a model and interface for communicating with four popular Geocoding providers. Current implementations include: Google Maps, Yahoo! PlaceFinder, Bing Maps (aka Virtual Earth), and Mapquest. The API returns latitude/longitude coordinates and normalized address information. This can be used t...
Package Description
Provides classes and methods for downloading, reading/parsing and utilizing files from GeoNames.org dumps.
A simple library that makes it easy for you to consume some 3rd party Spatial Api services. - Google: Maps JavaScript API - Geocode - Google: Places API - Find - Nominatium: Geocode
Includes a model and interface for communicating with four popular Geocoding providers. Current implementations include: Google Maps, Yahoo! PlaceFinder, Bing Maps (aka Virtual Earth), and Mapquest. The API returns latitude/longitude coordinates and normalized address information. This can be used t...
A .Net standard geocoder library that can query multiple backend geocoders and rotate between them (briefly named Neocoder, GeneGenie.Geocoder is the new name for the project).
Includes a model and interface for communicating with four popular Geocoding providers. Current implementations include: Google Maps, Yahoo! PlaceFinder, Bing Maps (aka Virtual Earth), and Mapquest. The API returns latitude/longitude coordinates and normalized address information. This can be used t...
.NET wrapper for interaction with Google Maps Geocoding Web Services. For more info and usage see https://github.com/borislavml/Google-Maps-Geocoding-dotnet-API
A .NET Standard library (works with .Net 6, .Net Framework 4.6.2 and Xamarin projects) that provides geocoding and reverse geocoding of locations using the OpenCage Geocoder(http://geocoder.opencagedata.com/)
A Simple C# Wrapper around two of Eniro's API calls. Geocoding and Routing
A Portable/Universal Class Library wrapper around Bing's location geocoding Rest services
Includes a model and interface for communicating with four popular Geocoding providers. Current implementations include: Google Maps, Yahoo! PlaceFinder, Bing Maps (aka Virtual Earth), and Mapquest. The API returns latitude/longitude coordinates and normalized address information. This can be used t...
A Helper module to simplify using the free MaxMind GeoIP database using the MaxMind API and caching the files from the CDN of MaxMind Simple demo: var ip = "213.140.15.199"; var city = FreeGeoIP2.FindCityOrDefault(ip); var country = FreeGeoIP2.FindCountryOrDefault(ip); var asn = FreeGeoIP2.FindAsnO...
A simple implementation for invoking the Baidu Geocoding Service.