> I'm wondering if there are any examples / tutorials on how to make a > Google maps 'refresh' itself with a new set of data..
Please don't hijack other people's message threads with completely unrelated queries; start a new thread of your own. AJAX "refreshed" maps are quite commonplace, here is an example form the documentation: http://code.google.com/apis/maps/articles/phpsqlsearch.html Every time the end user puts in a new address, the code updates the map with nearby locations searched from a database. -- 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.
