My favorites | English | Sign in

Google Earth API

KmlStyle Interface Reference

Inheritance diagram for KmlStyle:

KmlStyleSelector KmlObject GEEventEmitter

List of all members.


Public Member Functions

KmlIconStyle getIconStyle ()
KmlLabelStyle getLabelStyle ()
KmlLineStyle getLineStyle ()
KmlListStyle getListStyle ()
KmlPolyStyle getPolyStyle ()
KmlBalloonStyle getBalloonStyle ()

Detailed Description

Defines the icon, label, line, list, polygon, and balloon styles.

Member Function Documentation

KmlIconStyle KmlStyle.getIconStyle (  ) 

Specifies how icons for point placemarks are drawn in Google Earth.

KmlLabelStyle KmlStyle.getLabelStyle (  ) 

Specifies how the name of a feature is drawn in the 3D viewer. A custom color, color mode, and scale for the label (name) can be specified.

KmlLineStyle KmlStyle.getLineStyle (  ) 

Specifies the drawing style (color, color mode, and line width) for line geometry. Line geometry includes the outlines of outlined polygons and the extruded tether of Placemark icons (if extrusion is enabled).

KmlListStyle KmlStyle.getListStyle (  ) 

Specifies the style for list geometry.

KmlPolyStyle KmlStyle.getPolyStyle (  ) 

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

KmlBalloonStyle KmlStyle.getBalloonStyle (  ) 

Specifies the drawing style for balloons.