kml:LabelStyle

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ID optional
targetId NCName optional

Used By

Complex Type kml:StyleType

Source

<element name="LabelStyle" type="kml:LabelStyleType" substitutionGroup="kml:Object"/>

Sample

< kml xmlns = "http://earth.google.com/kml/2.1" >

< Document>

< name>

Document.kml

</ name>

< open>

1

</ open>

< Style id = "exampleStyleDocument" >

< LabelStyle>

< color>

#ff0000cc

</ color>

</ LabelStyle>

</ Style>

< Placemark>

< name>

Document Feature 1

</ name>

< styleUrl>

#exampleStyleDocument

</ styleUrl>

< Point>

< coordinates>

-122.371,37.816,0

</ coordinates>

</ Point>

</ Placemark>

< Placemark>