javascript - Redraw google maps on parent container resize -
I have found a Google Map API V3 on a page and when it grows in full window size, it is not automatically redering You can see this problem
I have seen what people say in the same questions and I came to know that everyone wants to solve this problem with this line of code.
Google.maps.event.trigger (map, 'resizing'); I have tried to do this, but it could not help. Your opinion is highly appreciated.
seems to work for me ... (see)
Actually , Just add google.maps.event.trigger (map, 'resize'); does not help you, you instantiated it on the map object ...
Comments
Post a Comment