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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -