places:用于 Google Places API 的 Ruby 包装器

时间:2024-06-24 14:54:27
【文件属性】:

文件名称:places:用于 Google Places API 的 Ruby 包装器

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-24 14:54:27

Ruby

谷歌地方 用于Ruby 包装器。 安装 在您的 Gemfile 中: 宝石“地方” 获取 Google Places API 凭据 去这里并激活它: 用法 实例化一个客户端 >> @client = Places::Client.new(:api_key => 'your_api_key') 例子 搜索地点 >> @search = @client.search(:lat => 32.8481659, :lng => -97.1952847, :types => "food", :name => "roots") >> @search.results.first.name => 'Roots Coffeehouse' 获取地点的详细信息 >> @detail = @client.details(:reference => "CnRpAAAAjVikwLlaJ2WN8i0cPwu3A


【文件预览】:
places-master
----places.gemspec(957B)
----Rakefile(141B)
----Gemfile(90B)
----spec()
--------places()
--------vcr_cassettes()
--------vcr_setup.rb(224B)
--------spec_helper.rb(163B)
----.gitignore(33B)
----lib()
--------places()
--------places.rb(344B)
----README.md(2KB)

网友评论