Releases: chadly/Geocoding.net
Releases · chadly/Geocoding.net
v4.0.1
v4.0.0
- All new
async
API by default. No moregeocoder.Geocode
; insteadawait geocoder.GeocodeAsync
- The repo builds against .Net Standard 1.3 now so can be used across .net core and .net framework alike. Big thanks to @adamhathcock via #71.
- Instead of IL merging into one
Geocoding.net
package; the package is split intoGeocoding.Core
,Geocoding.Google
,Geocoding.Yahoo
,Geocoding.MapQuest
,Geocoding.Microsoft
. Install only what you need. - No more signed assemblies. They have caused too much pain in the past. Please use strong namer if you need signed assemblies.
- #70 Add bounds to GoogleAddress
v3.6.0
v3.5.0
v3.4.0
v3.3.0
v3.2.0
- Implementation of MapQuest Commercial & OpenStreetMap APIs (thanks to @ronin1 #15)
- Mono compatability
- Optional constructor arguments for
GoogleGeocoder
forbusinessKey
andapiKey
. These were previously only accessible via property accessors. - Added Proxy to the MapQuest geodecoder and some missing quality options (thanks to @jensbengtsson #28)
v3.1.0
v3.0.0
- Upgrade to .Net 4.0
- Casing of gEoCoDiNg is now consistent --
Geocode
instead ofGeoCode
- Support for async geocoding methods. See new interface
IAsyncGeocoder
. - Fixing issue #3 - allowing to specify an API key for the Google Maps geocoder.
- Force SSL for all requests through the Google Maps geocoder (required for use of API key).
- Fixing #4 - geocoders now all return simple arrays rather than a deferred enumerable.
- Fixing #6 - Invalid zip codes throwing exception in GoogleGeocoder.
- Fix for issue #5 - Yahoo PlaceFinder API URLs moved to Yahoo BOSS Geo services.
v2.1.1: Bugfix release
Forgot to update nuspec version number.