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
            });
Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top