My favorites | English | Sign in

Google Earth API

KmlPolyStyle Interface Reference

Inheritance diagram for KmlPolyStyle:

KmlColorStyle KmlObject GEEventEmitter

List of all members.


Public Member Functions

bool getFill ()
void setFill (bool fill)
bool getOutline ()
void setOutline (bool outline)

Detailed Description

Specifies the drawing style for all polygons, including polygon extrusions (which look like the walls of buildings) and line extrusions (which look like solid fences).

Member Function Documentation

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.