The Google Earth API Reference includes a description of the various interfaces,
members, and google.earth functions in the Earth API. Interactive
inheritance diagrams are also included to depict relationships between interfaces.
To view a complete list of all the members for a particular interface,
including all the inherited members, click the 'List all members' link below
the inheritance diagram.
Note: This reference describes version 1.010 of the API.
You can determine the API version that the user's installed plugin binary is compiled against using
the getApiVersion method of the
GEPlugin interface.
google.earth Namespace Reference
The google.earth namespace contains global functions that aid in
the process of using the Earth API interfaces. For example, instantiation of Google
Earth Browser Plug-in objects is done via the
google.earth.createInstance method and event handling can be
accomplished via the google.earth.addEventListener and
google.earth.removeEventListener methods.
Browser Plugin-specific Interfaces
Interfaces whose names begin with GE allow for programmatic access to
core plugin functionality and other miscellaneous options.
KML-based Interfaces (see the KML reference for more information)
Interfaces whose names begin with Kml represent KML-related
objects such as <Placemark> and <LookAt>.