Skip to content

Instantly share code, notes, and snippets.

@chellem
Last active December 16, 2015 18:49
Show Gist options
  • Save chellem/9f19ea490b6170121531 to your computer and use it in GitHub Desktop.
Save chellem/9f19ea490b6170121531 to your computer and use it in GitHub Desktop.
animate
animateMap: function(){
this.map.gmap3({
map:{
address:"POURRIERES, FRANCE",
options:{
zoom:4,
mapTypeId: google.maps.MapTypeId.SATELLITE,
mapTypeControl: true,
mapTypeControlOptions: {
style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
},
navigationControl: true,
scrollwheel: true,
streetViewControl: true
}
}
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment