-
Alex Reisner authored
Add badges.
Alex Reisner authoredAdd badges.
README.md 34.12 KiB
Geocoder
A complete geocoding solution for Ruby.
Key features:
- Forward and reverse geocoding, and IP address geocoding.
- Connects to more than 40 APIs worldwide.
- Performance-enhancing feaures like caching.
- Advanced configuration allows different parameters and APIs to be used in different conditions.
- Integrates with ActiveRecord and Mongoid.
- Basic geospatial queries: search within radius (or rectangle, or ring).
Compatibility:
- Supports multiple Ruby versions: Ruby 1.9.3, 2.x, and JRuby.
- Supports multiple databases: MySQL, PostgreSQL, SQLite, and MongoDB (1.7.0 and higher).
- Supports Rails 3, 4, and 5. If you need to use it with Rails 2 please see the
rails2
branch (no longer maintained, limited feature set). - Works very well outside of Rails, you just need to install either the
json
(for MRI) orjson_pure
(for JRuby) gem.
Table of Contents
Basic Features: