Skip to content

v3.0.0

Compare
Choose a tag to compare
@chadly chadly released this 26 Dec 22:24
· 145 commits to master since this release
  • Upgrade to .Net 4.0
  • Casing of gEoCoDiNg is now consistent -- Geocode instead of GeoCode
  • 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.