Skip to content

Instantly share code, notes, and snippets.

@brito
Last active May 27, 2017 00:16
Show Gist options
  • Save brito/3233b648f4ba627c63b3fec683d1f943 to your computer and use it in GitHub Desktop.
Save brito/3233b648f4ba627c63b3fec683d1f943 to your computer and use it in GitHub Desktop.
Layers
/* Layers */
initMap=()=>{
new google.maps.Map(document.body, {
zoom: 3,
center: {lat:-94.6019888, lng:39.0833686} });
}
(url => {
with (document)
s = createElement`script`,
s.src = url,
body.appendChild(s);
})`https://maps.googleapis.com/maps/api/js?key=AIzaSyD9f85xqkym_nkwqabPXTnIQh6bbrAa4Cs&callback=initMap`
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"javascript"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment