My favorites | English | Sign in

Google Earth API

KmlDocument Interface Reference

Inheritance diagram for KmlDocument:

KmlContainer KmlFeature KmlObject GEEventEmitter

List of all members.


Detailed Description

A KmlDocument has containers that holds features and styles. This container is required if you use shared styles. It is recommended that you use shared styles, which require the following.
  • Define all Styles in a Document. Assign a unique ID to each Style.
  • Within a given feature or StyleMap, reference the Style's ID using a styleUrl element.

Note:
Shared styles are not inherited by the features in the Document.