kml:LineString

Element Information

Model

Attributes

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

Source

<element name="LineString" type="kml:LineStringType" substitutionGroup="kml:Geometry"/>

Sample

< Placemark xmlns = "http://www.opengis.net/kml/2.2" >

[...]

< name>

Tessellated

</ name>

< visibility>

0

</ visibility>

< description>

If the <tessellate> tag has a value of 1, the line will contour to the underlying terrain

</ description>

< LookAt>

< longitude>

-112.0822680013139

</ longitude>

< latitude>

36.09825589333556

</ latitude>

< altitude>

0

</ altitude>

< heading>

103.8120432044965

</ heading>

< tilt>

62.04855796276328

</ tilt>

< range>

2889.145007690472

</ range>

</ LookAt>

< LineString>

< tessellate>

1

</ tessellate>

< coordinates>

-112.0814237830345,36.10677870477137,0 -112.0870267752693,36.0905099328766,0

</ coordinates>

</ LineString>

</ Placemark>