- Fix for issue 12
This release contains a fix for the critical issue where it's not possible to display 2 or more GoogleEarthWidget instances without chaining their onInitSuccess() methods. The unique ID assigned to the DIV that contains the Google Earth plugin is now correctly incremented when a new GoogleEarthWidget instance is constructed instead of waiting for GEPlugin initialization.
- The ID of DIV that contains the GE plugin is now exposed via the new method: GoogleEarthWidget::getContainerId();
- GoogleEarthWidget::onInitSuccess and GoogleEarthWidget::onInitFailure are now exposed as protected methods.
- GoogleEarthWidget::pluginReadyListeners is now exposed as a protected member variable.