On Dec 10, 12:02 am, Duong Nguyen <[email protected]> wrote: > Hi Larry, > Thanks for your reply, > We use GPS devices to get actual geographical data of many > locations. After processing the data, we get kml files output. > Using kml files is our way to quickly and accurately transfer the > field data onto Gmaps. > So with kml, there is no way to add animation or modify the > "markers"?
Sure there is. Just not using the Google Map API's built in KmlLayer. You can parse it yourself or try using a third party parser like geoxml3: http://code.google.com/p/geoxml3/ -- Larry > > Thank you, > Duong -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
