What is the difference between refreshInterval and viewRefreshTime? How does the google maps refresh the Link when those two(along with viewRefreshMode) are co-existing?
http://code.google.com/intl/ko/apis/kml/documentation/kml_tut.html#network_links See the example under the heading Tracking a Point Directly Under Your View from the url. I modified the python code so that each time it's called the <name> tag text is replaced with current time(for e.g. time.ctime()). When I open up the google maps with the url for the kml file, I see the python cgi script run but it isn't updated(called again) unless I move my view region. What I want is update current view at a regular interval without any user input. The documentation is confusing. Thanks in advance, June --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
