kml:LineStyle

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="LineStyle" type="kml:LineStyleType" substitutionGroup="kml:Object"/>

Sample

< Style xmlns = "http://www.opengis.net/kml/2.2" id = "globeIcon" >

< IconStyle>

< Icon>

< href>

http://maps.google.com/mapfiles/kml/pal3/icon19.png

</ href>

</ Icon>

</ IconStyle>

< LineStyle>

< width>

2

</ width>

</ LineStyle>

</ Style>