views:

146

answers:

1

What Ruby / Rails geocoding library is compatible with (can fetch data from):

Please also comment on the compatibility with Rails 3 and Ruby 1.9

A: 

http://geokit.rubyforge.org/

Comment from site about compability:

Geokit is Ruby 1.9.1 compatible!

I don't know about geokit-rails and rails 3, but you need only geokit gem for geocoding.

lest
Yap, but geokit doesn't have neither Yahoo PlaceFinder nor Bing maps integration.
Vlad Zloteanu
It has Yahoo geocoder http://geokit.rubyforge.org/api/geokit-gem/Geokit/Geocoders/YahooGeocoder.html
lest
And there is also geokit-gem fork with bing support http://github.com/tigrish/geokit-gem
lest