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

Public Member Functions | |
| bool | getFill () |
| void | setFill (bool fill) |
| bool | getOutline () |
| void | setOutline (bool outline) |
| bool KmlPolyStyle.getFill | ( | ) |
Specifies whether or not to fill the polygon. Possible values 1 (fill) and 0 (no fill).
| void KmlPolyStyle.setFill | ( | bool | fill | ) |
Specifies whether or not to fill the polygon. Possible values 1 (fill) and 0 (no fill).
| bool KmlPolyStyle.getOutline | ( | ) |
Specifies whether to outline the polygon. Polygon outlines use the current KmlLineStyle.
| void KmlPolyStyle.setOutline | ( | bool | outline | ) |
Specifies whether to outline the polygon. Polygon outlines use the current KmlLineStyle.