ruby on rails - How to present region in Google query -


i using rails geocoder. far been using directly not via activerecord/mongoid etc.

i in google request specify region, e.g. 'au'

what need in combination (or instead of) geocoder.search achieve this?

try geocoder.search("paris", :region => 'au'), gem uses google default api , parameters google api accepts given here


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -