Skip to content

Instantly share code, notes, and snippets.

@shivamMg
Created November 9, 2015 11:07
Show Gist options
  • Save shivamMg/5d904bf0ab930957dca7 to your computer and use it in GitHub Desktop.
Save shivamMg/5d904bf0ab930957dca7 to your computer and use it in GitHub Desktop.
ojaJMv
<html>
<body>
<div id="map"></div>
</body>
</html>
/* Map Object */
var mapObj = new GMaps({
div: '#map',
lat: 48.857,
lng: 2.295
});
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<script src="https://raw.github.com/HPNeo/gmaps/master/gmaps.js"></script>
#map {
width: 400px;
height: 400px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment