I would like to be able to generate a KML file on the fly inside the same js app rather than calling a KML through a URL. My js app is actually created by php using a database that can generate the KML data. One of the reasons I'm pursuing this is to eliminate the KML cache problem completely.
Right now I am able to parse my KML formated variables very easily in Google Earth API using fetchKML to create an object from them. I can even run Tours this way. Is there a similar tool in the Google Maps API to fetchKML that would take a variable (not a url) and parse it to be used in a map Overlay? A good example of an application of this would be an Interactive Sampler for Google Maps V2 or V3 that works much the same way the Interactive Samler does for Google Earth. -- 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.
