Is the map being initiatlized and displayed on the initial load? Or you want to load/display the map after the control is updated?
If it's the latter, you can initialize a new google.maps.Map object when the timer completes. Please take a look through our developer guide and examples for guidance. Thanks, Dann On Fri, May 7, 2010 at 9:00 AM, [email protected] < [email protected]> wrote: > I have a problem, i have a asp.net webpage with ajax control and timer > for update a updatecontrol after 10 seconds. In this control i have a > div (id="map") i would like to load my google maps when my update > control is updated. How can i do this? > Thanks > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- Daniels Lee Developer Programs Engineer Google, Inc. 345 Spear Street San Francisco, CA 94105 650 253 0967 -- 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.
