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.MapQuest |
Install
Install-Package Geocoding.MapQuest
dotnet add package Geocoding.MapQuest
paket add Geocoding.MapQuest
Geocoding.MapQuest Download (Unzip the "nupkg" after downloading)
Dependencies
- Geocoding.Core(>= 4.0.1)
- NETStandard.Library(>= 1.6.1)
- System.Net.Requests(>= 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.