NmeaLocation QML Type

A NMEA location object. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.10
Inherits:

Location

Properties

Detailed Description

Contains information about parsed NMEA location.

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

accuracyType : Enums.NmeaAccuracyType

The accuracy type of the location (read-only).


dgpsAge : double

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.


fixType : Enums.NmeaFixType

The fix type of the location (read-only).

See also Enums.NmeaFixType.


geoidalSeparation : double

The geoidal separation in meters (read-only).


hdop : double

The HDOP (horizontal dilution of precision) of the location, 0.5 through 99.9 (read-only).


heightAboveGeoid : double

The height above the geoid surface in meters (read-only).


pdop : double

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.


referenceStationId : int

The reference station ID of the location (read-only).


vdop : double

The VDOP (vertical dilution of precision) of the location, 0.5 through 99.9 (read-only).


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.