kml:Pair

Element Information

Model

Source

<element name="Pair" type="kml:StyleMapPairType" minOccurs="1" maxOccurs="unbounded"/>

Sample

< StyleMap xmlns = "http://www.opengis.net/kml/2.2" id = "exampleStyleMap" >

< Pair>

< key>

normal

</ key>

< styleUrl>

#normalPlacemark

</ styleUrl>

</ Pair>

< Pair>

< key>

highlight

</ key>

< styleUrl>

#highlightPlacemark

</ styleUrl>

</ Pair>

</ StyleMap>