Sha256: f8f371f1734ebe23bd38d0cce90e16c999f266345fa2272ad1cbdbf50872e5a9
Contents?: true
Size: 696 Bytes
Versions: 1
Compression:
Stored size: 696 Bytes
Contents
var map; function initialize() { var mapOptions = { zoom:8, center:new google.maps.LatLng( -34.397, 150.644 ) }; map = new google.maps.Map( document.getElementById( 'map' ), mapOptions ); new google.maps.Marker( { map:map, icon:{ path:GMAP_FA.EXCLAMATION, scale:0.02, rotation:180, strokeWeight:0.2, strokeColor:'black', strokeOpacity:1, fillColor:'#000000', fillOpacity:0.7 }, clickable:false, position:new google.maps.LatLng( -34.397, 150.644 ) } ); } $( document ).ready( function () { initialize(); } );
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gmap-fontawesome-1.0.0 | spec/Dummy/app/assets/javascripts/welcome.js |