文件名称:google-maps:Google Maps API的Ruby包装器
文件大小:39KB
文件格式:ZIP
更新时间:2024-06-13 03:01:12
Ruby
谷歌地图 安装 gem install google-maps 或将以下行添加到您的Gemfile中: gem 'google-maps' 配置 您可以使用API密钥或数字签名进行身份验证。 API密钥: Google :: Maps . configure do | config | config . authentication_mode = Google :: Maps :: Configuration :: API_KEY config . api_key = 'xxxxxxxxxxx' end 电子签名: Google :: Maps . configure do | config | config . authentication_mode = Google :: Maps :: Configuration :: DIGITAL_SIGNATU
【文件预览】:
google-maps-master
----.travis.yml(143B)
----google-maps.gemspec(1KB)
----Rakefile(429B)
----.rubocop.yml(343B)
----Gemfile(126B)
----spec()
--------google_maps()
--------google_maps_spec.rb(7KB)
--------spec_helper.rb(929B)
--------fixtures()
----LICENSE.md(1KB)
----.gitignore(60B)
----lib()
--------google_maps()
--------google-maps.rb(1KB)
----README.md(5KB)