Simple Google Geocoder library that returns a latitude and longitude for an address.
Info
Version: | 1.0.0 |
Author(s): | Mike Williams |
Last Update: | Monday, November 21, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cmwilliams/google-geocoder-core |
NuGet Url: | https://www.nuget.org/packages/GoogleGeoCoderCore |
Install
Install-Package GoogleGeoCoderCore
dotnet add package GoogleGeoCoderCore
paket add GoogleGeoCoderCore
GoogleGeoCoderCore Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.0)
- System.Xml.XmlDocument(>= 4.3.0)
- System.Xml.XPath.XmlDocument(>= 4.3.0)
- System.Net.Http(>= 4.3.0)