We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to move the map type selector, which is top left. iPhone it is hard to operate
maybe another doc thing
I can add/manipulate my own controls...
The text was updated successfully, but these errors were encountered:
my map options
const mapOptions = { zoomControl: true, mapTypeControl: true, scaleControl: true, streetViewControl: true, rotateControl: true, fullscreenControl: true, //streetViewControlOptions: { // position: google.maps.ControlPosition.BOTTOM_LEFT, //} }
if I uncomment the streetViewControlOptions, then the map create crashes as if the base doc is right https://developers.google.com/maps/documentation/javascript/controls
Sorry, something went wrong.
i tried maptypecontrols too.. same crash
mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR, position: google.maps.ControlPosition.TOP_CENTER, },
copy paste out of the google maps javacript doc (which this links to )
No branches or pull requests
I need to move the map type selector, which is top left. iPhone it is hard to operate
maybe another doc thing
I can add/manipulate my own controls...
The text was updated successfully, but these errors were encountered: