I have a map inside a div
with id=mymap
. I am able to get the heigh of the div
via document.getElementById('mymap').clientHeight
or $('#mymap').height();
I am wondering how to get the height of the Google Maps map inside this taller div
. As you can see by the exposed grey (gray) above and below the blue ocean in the image, the map is slightly shorter than the div.