Sha256: f78330253955fe5708607dfdc67be656fcf9a1b5aca86d2e8341fc2097d175d4
Contents?: true
Size: 360 Bytes
Versions: 94
Compression:
Stored size: 360 Bytes
Contents
<div id="map" style="width: 100%; height: 400px;"></div> <script type="text/javascript"> handler = Gmaps.build('Google'); handler.buildMap({ provider: {}, internal: {id: 'map'}}, function(){ markers = handler.addMarkers(<%= raw @hash.to_json %>); handler.bounds.extendWith(markers); handler.fitMapToBounds(); }); </script>
Version data entries
94 entries across 94 versions & 1 rubygems