How do I force redraw with Google Maps API v3.0?
google.maps.event.trigger(MapInstance,’resize’) is working fine for me, put it at the begin of the function fitMap . What you are missing: currently(not in the code posted above, in your live-code), you call resizeWindow on each step . When you call this function on step the function will be called before the animation for the current step … Read more