forked from chadly/Geocoding.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
geocoding.nuspec
20 lines (20 loc) · 1.17 KB
/
geocoding.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package >
<metadata>
<id>Geocoding.net</id>
<version>3.6.0</version>
<title>Geocoding.net</title>
<authors>chadly</authors>
<owners>chadly</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/chadly/Geocoding.net</projectUrl>
<licenseUrl>https://github.com/chadly/Geocoding.net/blob/master/LICENSE</licenseUrl>
<releaseNotes>https://github.com/chadly/Geocoding.net/releases/latest</releaseNotes>
<summary>API for communicating with popular Geocoding services</summary>
<description>
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 to perform address validation, real time mapping of user-entered addresses, distance calculations, and much more.
</description>
<tags>geocoding geocode geocoder maps address validation normalization google-maps bing-maps yahoo-placefinder mapquest</tags>
</metadata>
</package>