>Creating and trashing maps isn't very elegant; when all you need to do
is trigger the map resize event. To do that, you will need to have
your map object in global scope, which means paying attention to your
'var map' statements
I understand what you mean. So basically I need to create a different
function, something like:
function(resizer) {
google.maps.event.trigger(map, 'resize');
}
But where/how should I call this function ? And is there a way I can
incorporate the initialize() function inside that so it will
theoretically 'resize' and then 'initialize' ?
Thanks again
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.