I\'m simply displaying a map, with no routing or directions. I can add the control with mapOptions = {...scaleControl: true,...} but I could find no documentation about cha
I came here from the Google Issue Tracker https://issuetracker.google.com/issues/35825255
Here's an improved full example of the "click hack" from earlier posts:
#map {
height: 100%;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}