I have next problem: There is jquery accordion control. One of tab have div which contains google map. And map does not fill all div. If replace map div out of accordion all work coorectly. How i can fill all div ? Thanks.
Asked
Active
Viewed 3,999 times
2
-
I had the same issue. Maybe it's a bit late but I proposed a solution [here](http://stackoverflow.com/a/12477031/1052650). – Carlos Sep 18 '12 at 12:35
2 Answers
3
See the discussion here: http://www.mail-archive.com/google-maps-api@googlegroups.com/msg59946.html

MvanGeest
- 9,536
- 4
- 41
- 41
0
google.maps.event.addListener(map, 'idle', function() {
google.maps.event.trigger(map, "resize");
});

alexeybondarenko
- 78
- 1
- 8