I have a google api v3 map on the page, and when it is enlarged to the full size of the window, it does not redraw itself. You can see the problem here.
I looked at what people are saying in similar questions, and I found that everyone seems to solve this problem with this line of code.
google.maps.event.trigger(map, 'resize');
I tried, but it didn't seem to help. Your feedback is greatly appreciated.
source share