I am looking for a way to visualize our data as it happens on a map. Currently we have incoming data with latitude and longitude in the range of 1 - 10 events per seconds, and I thought it would be cool to visualize the incoming data by plotting it on a Google Map and then animating it off.
Basically I was thinking of doing an ajax call every second, to fecth the new data and plot it. Basically what I want is to plot a point/ marker for each data point, and then animate that point marker off the map by some sort of nice animation effect. I think an explosion/ increased zoom effect would work out nicely. Is animation possible on a marker/point? What is the best way to plot a marker on a map, and then animate it off the map so it looks sweet. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
