A maps between two different Styles. Typically a element 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 in Google Earth.
Syntax: <StyleMap id="ID"> <!-- extends StyleSelector --> <!-- elements specific to StyleMap --> <Pair id="ID"> <key>normal</key> <!-- kml:styleStateEnum: normal or highlight --> <styleUrl>...</styleUrl> or <Style>...</Style> </Pair> </StyleMap>
Extends:
@see : Contained By:
@see :