wpt

A list of waypoints.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
lat latitudeType required
The latitude of the point.  This is always in decimal degrees, and always in WGS84 datum.
lon longitudeType required
The longitude of the point.  This is always in decimal degrees, and always in WGS84 datum.

Source

<xsd:element name="wpt" type="wptType" minOccurs="0" maxOccurs="unbounded">
  <xsd:annotation>
    <xsd:documentation>A list of waypoints.</xsd:documentation>
  </xsd:annotation>
</xsd:element>

Sample