This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Description
Hello,
I'm trying to set the zoom control position to something like 'BOTTOM_LEFT' but no luck
I can set the style but the position not working
$scope.mapOptions = {
disableDefaultUI: false,
streetViewControl: false,
zoomControlOptions: {
position: 'BOTTOM_CENTER',
style: 'SMALL'
},
mapTypeControl: false,
panControl: false,
scrollwheel: false,
styles: $scope.mapStyle
}
Thanks