Skip to content

Commit

Permalink
added more controller options
Browse files Browse the repository at this point in the history
  • Loading branch information
Goktug committed Jun 29, 2012
1 parent 908e913 commit 4245f1a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion examples/basic.html
Expand Up @@ -15,7 +15,16 @@
div: '#map',
lat: -12.043333,
lng: -77.028333,
height: '100px'
height: '100px',
zoomControl : true,
zoomControlOpt: {
style : 'SMALL',
position: 'TOP_LEFT'
},
panControl : false,
streetViewControl : false,
mapTypeControl: false,
overviewMapControl: false,
});
});
</script>
Expand Down

0 comments on commit 4245f1a

Please sign in to comment.