I'm currently using a KML document specifying a NetworkLink with a link to a PHP file designed to generate KML from my database structure. Within that generated XML is a set of ExtendedData elements containing additional information such as accelerometer and orientation data.
I'm looking for a way to display this ExtendedData through a set of div elements in my HTML page. Currently I'm using GGeoXML() to add the KML overlay to the map, but I can't seem to find any way to extract the ExtendedData elements to insert into these div elements without going down the route of GXml parsing and handling the displaying of points myself. Is there any way to retain the functionality of drawing the KML via GGeoXML() but extracting the ExtendedData information, while still allowing the use of a NetworkLink? Any help would be greatly appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
