Last active
October 1, 2015 14:08
-
-
Save fabrinal/3964d5b459db26643546 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="map"></div> | |
<script> | |
function initMap() { | |
var myLatLng = {lat: 1.12321, lng: 160.123232}; | |
var map = new google.maps.Map(document.getElementById('map'), { | |
zoom: 8, | |
center: myLatLng | |
}); | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment