My favorites | English | Sign in

Faster apps faster - GWT 2.0 with Speed Tracer New!

Google Earth API

KmlStyleMap Interface Reference

Inheritance diagram for KmlStyleMap:

KmlStyleSelector KmlObject GEEventEmitter

List of all members.


Public Member Functions

void setUrl (string normalStyleUrl, string highlightStyleUrl)
void setStyle (KmlStyle normalStyle, KmlStyle highlightStyle)
string getNormalStyleUrl ()
void setNormalStyleUrl (string normalStyleUrl)
string getHighlightStyleUrl ()
void setHighlightStyleUrl (string highlightStyleUrl)
KmlStyle getNormalStyle ()
void setNormalStyle (KmlStyle normalStyle)
KmlStyle getHighlightStyle ()
void setHighlightStyle (KmlStyle highlightStyle)

Detailed Description

Maps between two different icon styles. Typically this interface is used to provide separate normal and highlighted styles for a placemark, so that the highlighted version appears when the user mouses over the icon.

Member Function Documentation

void KmlStyleMap.setUrl ( string  normalStyleUrl,
string  highlightStyleUrl 
)

Sets both URLs for the placemark style.

void KmlStyleMap.setStyle ( KmlStyle  normalStyle,
KmlStyle  highlightStyle 
)

Sets both placemark styles.

string KmlStyleMap.getNormalStyleUrl (  ) 

Defines a normal style for a placemark.

void KmlStyleMap.setNormalStyleUrl ( string  normalStyleUrl  ) 

Defines a normal style for a placemark.

string KmlStyleMap.getHighlightStyleUrl (  ) 

Defines highlighted styles for a placemark, so that the highlighted version appears when the user mouses over the icon in Google Earth.

void KmlStyleMap.setHighlightStyleUrl ( string  highlightStyleUrl  ) 

Defines highlighted styles for a placemark, so that the highlighted version appears when the user mouses over the icon in Google Earth.

KmlStyle KmlStyleMap.getNormalStyle (  ) 

Defines a normal style for a placemark.

void KmlStyleMap.setNormalStyle ( KmlStyle  normalStyle  ) 

Defines a normal style for a placemark.

KmlStyle KmlStyleMap.getHighlightStyle (  ) 

Defines highlighted styles for a placemark, so that the highlighted version appears when the user mouses over the icon in Google Earth.

void KmlStyleMap.setHighlightStyle ( KmlStyle  highlightStyle  ) 

Defines highlighted styles for a placemark, so that the highlighted version appears when the user mouses over the icon in Google Earth.