Geocoder v0.9.11 Release Notes

Release Date: 2011-03-25 // about 13 years ago
    • ➕ Add support for result caching.
    • ➕ Add support for Geocoder.ca geocoding service.
    • ➕ Add +bearing+ attribute to objects returned by geo-aware queries (thanks github.com/matellis).
    • ➕ Add config setting: language.
    • Add config settings: +use_https+, +google_api_key+ (thanks github.com/svesely).
    • 🗄 DEPRECATION: Geocoder.search now returns an array instead of a single result.
    • 🗄 DEPRECATION: obj.nearbys second argument is now an options hash (instead of units). Please change obj.nearbys(20, :km) to: obj.nearbys(20, :units => :km).