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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -