The goal of this API is to provide a comprehensive GWT wrapper to expose all of the Google Earth functionality that is provided by the official Google Javascript API version 3.0 found here.
This API provides a GWT widget and overlay types to expose all documented classes and methods of the Google Earth API version 3.0
Important Note: The Google Earth API has been deprecated and will be shut down on December 12th, 2015.
Date | Update |
---|---|
09/05/2012 | Released version 3-1.0. Release notes here. |
05/11/2012 | Released version 3-0.9. Release notes here. |
01/30/2012 | Released version 3-0.8. Release notes here. |
11/15/2011 | Released version 3-0.7. Release notes here. |
09/13/2011 | Released version 3-0.6. Release notes here. |
09/05/2011 | Released version 3-0.5. Release notes here. |
08/30/2011 | Added Demo Browser. Released version 3-0.4. Release notes here. |
08/25/2011 | Implemented event listener support. Created additional demos which can be found here. Released version 3-0.3. Release notes here. |
08/21/2011 | Fixed issue 3. Added JavaDoc download. Version 3-0.2 released. Release notes here. |
08/17/2011 | Added more sample code. |
07/30/2011 | Added Google Analytics demo. |
06/11/2011 | Completed initial wrapping of all classes. |
See GettingStarted to get started now!
http://groups.google.com/group/gwt-earth
Currently there appears to be an issue with the GWT plugin for Chrome that prevents gwt-earth projects from being debugged in DevMode in the Google Chrome browser. If you are experiencing this problem, please vote for the issues reported here:
- https://code.google.com/p/chromium/issues/detail?id=137664
- https://code.google.com/p/google-web-toolkit/issues/detail?id=7373
The workaround is to use another browser such as FireFox for your DevMode debugging sessions of gwt-earth applications.