©2009 Google -
Code Home -
Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
English -
Español -
日本語 -
한국어 -
Português -
Pусский -
中文(简体) -
中文(繁體)

Public Member Functions | |
| string | getType () |
| bool | equals (KmlObject compareTo) |
| string | getId () |
| KmlObject | getParentNode () |
| KmlDocument | getOwnerDocument () |
| void | release () |
| string KmlObject.getType | ( | ) |
The interface name (i.e. 'KmlPlacemark') of the object.
| bool KmlObject.equals | ( | KmlObject | compareTo | ) |
Test whether this object is the same as another object. Useful for Chrome and Safari, where the comparison a==b sometimes fails for plugin objects.
| string KmlObject.getId | ( | ) |
The unique ID of the KML object.
| KmlObject KmlObject.getParentNode | ( | ) |
The parent node of the KML object.
| KmlDocument KmlObject.getOwnerDocument | ( | ) |
The document that owns the KML object.
| void KmlObject.release | ( | ) |
Permanently deletes an object, allowing its ID to be reused. Attempting to access the object once it is released will result in an error.