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

Public Member Functions | |
| KmlColor | getColor () |
| int | getDrawOrder () |
| void | setDrawOrder (int drawOrder) |
| KmlIcon | getIcon () |
| void | setIcon (KmlIcon icon) |
| KmlColor KmlOverlay.getColor | ( | ) |
Specifies the color values.
| int KmlOverlay.getDrawOrder | ( | ) |
Defines the stacking order for the images in overlapping overlays. Overlays with higher drawOrder values are drawn on top of overlays with lower drawOrder values.
| void KmlOverlay.setDrawOrder | ( | int | drawOrder | ) |
Defines the stacking order for the images in overlapping overlays. Overlays with higher drawOrder values are drawn on top of overlays with lower drawOrder values.
| KmlIcon KmlOverlay.getIcon | ( | ) |
Defines the image associated with the Overlay.
| void KmlOverlay.setIcon | ( | KmlIcon | icon | ) |
Defines the image associated with the Overlay.