KML and Earth had a really great year in 2010. Toward the end of the year, we added a bunch of new stuff, and wanted to recap it to let you know what we’ve been up to.

New in KML

Google Earth 6.0 was launched on Nov 29th, and with it came a whole host of new features. Trees, a new Street View mode in Earth, new measuring tools. But along with the product features, it came with some new KML extensions as well:

New in the Earth API

  • In the Earth API, we added the ability to enable/disable building selection and highlighting through mouse input in GEOptions.

  • New class KmlViewerOptions, to set global render state (Historical Imagery, StreetView, and Sun).

  • Added ability to enable/disable street view in GENavigationControl.

  • Added ability to enable/disable automatic transition to ground level view in GEOptions.

  • Added ability to enable/disable 3D tree rendering through new layer LAYER_TREES.

  • Added altitudeOffset functionality to KmlLinearRing and KmlLineString. This allows ability to set altitude for all vertices through a single function call.

  • Added copyAsLookAt and copyAsCamera conversion to KmlAbstractView.

Of course you can also check out the KML reference, check for things marked New!, and the Earth API release notes for more info.

Posted by Mano Marks, Geo APIs Team