I have a map that plots active streaming clients on a map. The
database backend receives connections via API from the streaming
server and logs client IPs. The map then calls a php file that returns
XML of all the clients that are actively playing, their IP address,
some additional metadata, and lat/long information (using maxmind
GeoIP on the server side).

If I simply poll at a setInterval, it will add new markers to the map,
but not remove old ones when they are no longer connected. I can clear
the map, but that makes it flicker, and if anyone has clicked on a
particular marker, they get kicked off.

How do I refresh the marker set without clearing the decks and
building a new one?

Map is here:
http://cdnbuilder.com/api/clientmap.php?client=nerdherd&ht=600&wd=1000

-- 
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.

Reply via email to