Home

html, body {height:100%; margin:0; padding:0;}
.map {height:100%}

var map;
function initMap() {
var myLatLng = {lat: 48.855510, lng: 2.365505};
map = new google.maps.Map(document.getElementById(‘map’), {
zoom: 18,
center: myLatLng,
styles: [{“stylers”: [{ “saturation”: -100 }]}]
});
}

https://maps.googleapis.com/maps/api/js?callback=initMap

4 responses to “Home

Leave a comment