
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) |
| void KmlStyleMap.setUrl | ( | string | normalStyleUrl, | |
| string | highlightStyleUrl | |||
| ) |
Sets both URLs for the placemark style.
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.