文件名称:map_helper:在Rails应用或其他应用中实现Google Maps的简便方法
文件大小:94KB
文件格式:ZIP
更新时间:2024-06-01 16:29:09
JavaScript
map_helper 在您的Rails应用程序或其他应用程序中实现Google Maps的简便方法。 ### 依赖关系:jQuery ## Load将map_helper放置在供应商文件夹中。 小贩 JavaScripts map_helper maphelper.coffee /app/assets/javascripts/application.js //= require map_helper/map_helper ## Rails应用 假设您拥有Place模型。 rails g scaffold place name:string address:stiring latitude:float longitude:float 加载Google Maps API。 如果需要,使其与Turbolink兼容。 /app/assets/javascripts/places
【文件预览】:
map_helper-master
----images()
--------cluster75.png(2KB)
--------cluster95.png(2KB)
--------cluster55.png(1KB)
----LICENSE(1KB)
----map_helper.coffee(8KB)
----data.json(443KB)
----README.md(6KB)
----markerclusterer.js(32KB)