May be this will be helpful for you. 1. Write a method to Call and Load map and map Data. 2. Call it on the page load. 3. Use a timer control and set the timer interval to the stipulated time(Interval time for which the map needs to be refreshed) 4. In the Timer_Tick Event call the Method to Load the Map and the data you wanted to render on it by calling the method which is stated in step 1.
Regards, Pavan Seethamraju On Sat, May 7, 2011 at 12:12 PM, Willysv <[email protected]> wrote: > I need to refresh the map without pressing F5. Is there any procedure > to do so? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" 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. > > -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
