lazy / demand load KML in google maps or google earth plugin?
Is it possible to lazy load KML files once a Google Map or Google Earth Plugin instance is started? Maybe there is there a "bounding box" event that I can use to queue needed KML files? Edit => Found an answer: Found this little tid-bit ( http://code.google.com/apis/maps/documentation/javascript/events.html ): Note: If you are trying to detect a change in the viewport, be sure to use the specific bounds_changed event rather than constituent zoom_changed and center_changed events. Because the Maps API fires these latter events independently, getBounds() may not report useful results until after