google_maps_api-directions:围绕 Google Maps Directions API 的 Ruby 包装器

时间:2024-07-03 16:17:10
【文件属性】:

文件名称:google_maps_api-directions:围绕 Google Maps Directions API 的 Ruby 包装器

文件大小:19KB

文件格式:ZIP

更新时间:2024-07-03 16:17:10

Ruby

GoogleMapsAPI::路线 这是 Google Maps Directions API 的包装器。 安装 将此行添加到应用程序的 Gemfile 中: gem 'google_maps_api-directions' 然后执行: $ bundle 或者自己安装: $ gem install google_maps_api-directions 用法 GoogleMapsAPI :: Directions . route ( origin , destination , options = { } ) Origin 和 destination 可以是一个字符串或任何支持to_ary东西。 选项是带有可选参数的符号哈希。 (有关更多信息,请参阅 )。 对于 Google Business/Enterprise 请求,请在选项哈希中包含:key 、 :client和可选


【文件预览】:
google_maps_api-directions-master
----.gitignore(185B)
----.rspec(41B)
----LICENSE.txt(1KB)
----spec()
--------spec_helper.rb(4KB)
--------google_maps_api()
----README.md(2KB)
----lib()
--------google_maps_api()
----google_maps_api-directions.gemspec(1020B)
----Gemfile(111B)
----Rakefile(29B)

网友评论