Question

Is it possible to determine when the geoXML3 is finished rendering an entire KML file? I was unable to find any reference API related to this library.

geoXml = new geoXML3.parser({
                map: map,
                infoWindow: infowindow,
                singleInfoWindow: true,
        processStyles: true,
         zoom: geoZoom,
        suppressInfoWindows:true,
                afterParse: addListen
            });
Was it helpful?

Solution

Sounds like you are looking for the "parsed" event. I can look at merging in famille's update, it has been a while since I looked at that. The documentation (such as it exists) is at: https://code.google.com/p/geoxml3/w/list

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top