Skip to content

Instantly share code, notes, and snippets.

@shgidi
Created September 24, 2018 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shgidi/ec8a78516bf06d2912168f9e2f8e95b5 to your computer and use it in GitHub Desktop.
Save shgidi/ec8a78516bf06d2912168f9e2f8e95b5 to your computer and use it in GitHub Desktop.
minimal initMap
function initMap (){
const map = new google.maps.Map(document.querySelector('#map'), {
zoom: 14,
center: {
// TA
lat: 32.0705, // N-S
lng: 34.7691 // W-E
},
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment