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
Post a Comment