On Feb 21, 1:27 am, Chris Apolzon <[email protected]> wrote:
> I think the best way to handle that is to actually have each map get its own
> div and show/hide the div itself as opposed to trying to swap out which map
> owns the div. May the powers of CSS be with you ;)
style.display="none" will confuse the API's DIV dimensioning
algorithm.
Either:
sytle.visibility="hidden"
or
style.zIndex="whatever"
will work except for a subtle SVG bug.
--
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.