> i need to update my map with new Marker every 30 seconds. > Now i use GGeoXML when the page is loaded for load every marker, but > now what is the best method to update map with new marker present in > the file .kml ?
Use a client-side KML parser to avoid Google's GGeoXml caching, and add dummy params to the URL to avoid browser caching. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
