Worldwide location (country, region, city) select plugin for Rails, jQuery or Google Maps API? Worldwide location (country, region, city) select plugin for Rails, jQuery or Google Maps API? ruby-on-rails ruby-on-rails

Worldwide location (country, region, city) select plugin for Rails, jQuery or Google Maps API?


The Freebase Suggest jQuery plug-in provides pretty slick auto-complete functionality that provides suggestions in a drop-down, complete with Freebase/Wiki-style context info on mouseover. You can limit their suggestions to countries, cities, US states, etc.

Done properly, this might even avoid the need for three separate dropdowns. Of course, this would require using Freebase's particular geographic ontology -- their hierarchical view of countries, states and cities.

I'm not sure of any pre-built plugins, but other gazetteers (Yahoo! GeoPlanet, GeoNames) may be useful if you need a particular level of detail in your modeling of countries, states and cities.


One gem is for countries and states is 'carmen'. It provides all countries and states for just over a dozen countries. I'd recommend using a text input for cities (many databases are incomplete).