Hello,
I have the same exact problem as in this thread:
http://groups.google.com/group/Google-Maps-Troubleshooting/browse_thread/thread/d27b66eef5f5d9e/1b718a26e835c1ad?lnk=gst&q=display+none+embed#1b718a26e835c1ad

Unfortunately I cannot use the "Visibility" property but I have to use
the "display" one.

I already encountered this problem in the Google API, and the solution
was calling these functions every time the element displayed:

map.checkResize();
map.setCenter(new GLatLng(Latitude, Longitude), map.getZoom());

I  need to achieve the same result in an embedded map,
Is it really not possible?
The only thing I can think of is loading the frame twice, the first
time the page is loaded and the first time the map is displayed.. but
that would look a bit ugly in the tabbed solution I have.
Any other idea?
Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to