vote up 2 vote down star
2

I have a 'mapwrap' div set to 400px x 400px and inside that I have a Google 'map' set to 100% x 100%. So the map loads at 400 x 400px, then with JavaScript I resize the 'mapwrap' to 100% x 100% of the screen - the google map resizes to the whole screen as I expected but tiles start disappearing before the right hand edge of the page.

Is there a simple function I can call to cause the Google map to re-adjust to the larger size 'mapwrap' div?

flag

2 Answers

vote up 4 vote down check

After resizing the container, call checkResize() on your map. link

link|flag
vote up 0 vote down

Here is a solution:

http://www.wolfpil.de/map-in-a-box.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.