Used for bearing, heading, course. Units are decimal degrees, true (not magnetic). |
Element | wptType/magvar |
<xsd:simpleType name="degreesType"> <xsd:annotation> <xsd:documentation>Used for bearing, heading, course. Units are decimal degrees, true (not magnetic).</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:decimal"> <xsd:minInclusive value="0.0"/> <xsd:maxExclusive value="360.0"/> </xsd:restriction> </xsd:simpleType> |