在Ruby中寻找simplegeo API调用的示例

时间:2011-04-14 15:52:30

标签: ruby-on-rails ruby ruby-on-rails-3 rubygems

使用simplegeo进行身份验证后,我只是尝试执行此操作:

SimpleGeo::Client.get_context(37.772445,-122.405913)

将结果转为@variable并在我的“视图”页面上显示@variable

有什么建议吗?谢谢!

1 个答案:

答案 0 :(得分:1)

我正在开发名为SimpleGeo-Rails的宝石。它应该使使用SimpleGeo Places的整个过程更像轨道。只需将以下内容添加到Gemfile中,然后添加checkout the readme

gem 'simplegeo-rails', :git => 'https://github.com/mgadda/simplegeo-rails.git'