On Jun 8, 12:35 pm, Sindhu CR <[email protected]> wrote: > Thanks for the reply :) > I have once more problem. > I have a refresh button on the same page(I'm using JSP's) > The user could have changed the zoom level while viewing,after refresh the > same zoom level has to be retain can this also be implemented?
I would suggest that if your Refresh button simply got more data via AJAX, you don't need to refresh the whole page. But if you insist on refreshing the whole page, then you need to include the zoom: the techniques Mike describes at http://econym.org.uk/gmap/linktothis.htm may be useful. For AJAX, see http://econym.org.uk/gmap/basic3.htm -- on refresh, remove the existing markers and download some more. -- 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.
