Last active
September 3, 2019 18:50
-
-
Save fchristant/054d921dfebc8c9fb7ba2f7ca00f242b to your computer and use it in GitHub Desktop.
dragon.googlemap.js
This file contains 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
dragon.ready().then(() => { | |
var myMap = dragon.components.googlemap.map1; | |
myMap.zoom = 1; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment