Google Map Display error in a small window and doesnt expand -


i using google maps on website , displays following.

enter image description here

website

click location tab view maps.

because map hidden @ first, must trigger resize event.

google.maps.event.trigger(map, "resize"); 

from documentation

developers should trigger event on map when div changes size: google.maps.event.trigger(map, 'resize').


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -