Info
Version: | 4.0.1 |
Author(s): | chadly |
Last Update: | Wednesday, October 25, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chadly/Geocoding.net |
NuGet Url: | https://www.nuget.org/packages/Geocoding.Microsoft |
Install
Install-Package Geocoding.Microsoft
dotnet add package Geocoding.Microsoft
paket add Geocoding.Microsoft
Geocoding.Microsoft Download (Unzip the "nupkg" after downloading)
Dependencies
- Geocoding.Core(>= 4.0.1)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 9.0.1)
- System.Net.Http(>= 4.3.1)
- System.Runtime.Serialization.Json(>= 4.3.0)
Tags
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 to perform address validation, real time mapping of user-entered addresses, distance calculations, and much more.