fixType

Type of GPS fix.  none means GPS had no fix.  To signify "the fix info is unknown, leave out fixType entirely. pps = military signal used

Simple Type Information

Used By

Element wptType/fix

Source

<xsd:simpleType name="fixType">
  <xsd:annotation>
    <xsd:documentation>Type of GPS fix. none means GPS had no fix. To signify "the fix info is unknown, leave out fixType entirely. pps = military signal used</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="none"/>
    <xsd:enumeration value="2d"/>
    <xsd:enumeration value="3d"/>
    <xsd:enumeration value="dgps"/>
    <xsd:enumeration value="pps"/>
  </xsd:restriction>
</xsd:simpleType>