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

Public Member Functions | |
| double | getAltitude () |
| void | setAltitude (double altitude) |
| KmlAltitudeModeEnum | getAltitudeMode () |
| void | setAltitudeMode (KmlAltitudeModeEnum altitudeMode) |
| KmlLatLonBox | getLatLonBox () |
| void | setLatLonBox (KmlLatLonBox latLonBox) |
| double KmlGroundOverlay.getAltitude | ( | ) |
Specifies the distance above the earth's surface.
| void KmlGroundOverlay.setAltitude | ( | double | altitude | ) |
Specifies the distance above the earth's surface.
| KmlAltitudeModeEnum KmlGroundOverlay.getAltitudeMode | ( | ) |
Specifies how the altitude property is interpreted.
| void KmlGroundOverlay.setAltitudeMode | ( | KmlAltitudeModeEnum | altitudeMode | ) |
Specifies how the altitude property is interpreted.
| KmlLatLonBox KmlGroundOverlay.getLatLonBox | ( | ) |
The bounding box of the ground overlay.
| void KmlGroundOverlay.setLatLonBox | ( | KmlLatLonBox | latLonBox | ) |
The bounding box of the ground overlay.