This repository was archived by the owner on Jan 28, 2026. It is now read-only.
v3.0.0
- Upgrade to .Net 4.0
- Casing of gEoCoDiNg is now consistent --
Geocodeinstead 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.