标签: ruby-on-rails ruby google-places rails-geocoder
我在我的Ruby on Rails api上使用Geocoder和google places API,
我想搜索位置,但前提是城市参数匹配我的查询字符串。
EG。正在搜索' X'地点返回称为“X&#”的城市,没有机会返回也被称为“X'”的街道或国家。
Geocoder.search.city('X') #I'm aware that this doesn't work