On Jul 4, 9:04 am, Joseph Elfelt <josephelf...@gmail.com> wrote: > Is there a better way to listen for > when the KML tiles are loaded?
I don't know about tilesloaded but a different way is to listen for the "defaultviewport" changed event, which happens when the kml is ready for display, something like: google.maps.event.addListenerOnce(mykml, "defaultviewport_changed", function() { }); -- 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 google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.