Last active
May 27, 2017 00:16
-
-
Save brito/3233b648f4ba627c63b3fec683d1f943 to your computer and use it in GitHub Desktop.
Layers
This file contains hidden or 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
/* Layers */ |
This file contains hidden or 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
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` |
This file contains hidden or 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
{"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