Courtenay 和 bousquet 从事 Cartographer,让您可以在 Ruby on Rails 应用程序中轻松集成 Google 地图。一点 API 尝试
<%= gmap(:mapname=>"my_map", :width=>"50", :height=>"120") %>
<%= gmap(:width=>"500", :height=>"500", :type=>:satellite, :point=>[-122.14944, 37.441944]) %>
<%= gmap(:mapname=>"foo", :white_div=>{:background_color=>'black', :height=>'40'}) %>
非常漂亮!另见 bousquet 的公告。