kml:Point

Element Information

Model

Attributes

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

Source

<element name="Point" type="kml:PointType" substitutionGroup="kml:Geometry"/>

Sample

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

< name>

Simple placemark

</ name>

< description>

Attached to the ground. Intelligently places itself at the height of the underlying terrain.

</ description>

< Point>

< coordinates>

-122.0822035425683,37.42228990140251,0

</ coordinates>

</ Point>

</ Placemark>