Geokit v1.0.0 Release Notes

Release Date: 2007-07-22 // almost 17 years ago
    • see http://earthcode.com/blog/2007/07/new_geokit_release.html
    • auto geocoding: an option to automatically geocode a model's address field on create
    • in-memory sort-by-distance for arrays of location objects
    • bounding box queries: Location.find :all, :bounds=>[sw,ne]
    • ๐Ÿ‘Œ improved performance by automatically adding a bounding box condition to radial queries
    • ๐Ÿ†• new Bounds class for in-memory bounds-related operations
    • ability to calculate heading and midpoint between two points
    • ability to calculate endpoint given a point, heading, and distance