A NMEA location object. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.10 |
Inherits: |
Properties
- accuracyType : Enums.NmeaAccuracyType
- dgpsAge : double
- fixType : Enums.NmeaFixType
- geoidalSeparation : double
- hdop : double
- heightAboveGeoid : double
- pdop : double
- receivedPosition : Point
- referenceStationId : int
- vdop : double
Detailed Description
Contains information about parsed NMEA location.
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
The DGPS age of the location in seconds (read-only).
The DGPSAge shows the age of the differential data (in seconds) and the time elapsed since the last valid differential correction was received. Because the validity of a differential correction depends on the difference between the time the differential signal is calculated and the time it is used by the receiver, smaller values are better.
The fix type of the location (read-only).
See also Enums.NmeaFixType.
The HDOP (horizontal dilution of precision) of the location, 0.5
through 99.9
(read-only).
The PDOP (positional dilution of precision) of the location 0.5
through 99.9
(read-only).
receivedPosition : Point |
The position originally returned by the receiver (read-only).
If the incoming data was projected, this position may differ from the position.
The VDOP (vertical dilution of precision) of the location, 0.5
through 99.9
(read-only).