Nmea Location
An NMEA location object. Contains information about parsed NMEA location.
Since
200.1.0
Properties
The accuracy type of the location.
The DGPS age of the location in seconds. The DGPSAge shows the age of the differential data (in seconds) and the time elapsed since the last valid differential correction 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.
The geoidal separation in meters.
The height above the geoid surface in meters.
Standard deviation of latitude error in meters, or null if not available.
Standard deviation of longitude error in meters, or null if not available.
Magnetic variation in degrees, or null if not available.
The position originally returned by the receiver. If the incoming data was projected this position may differ from the NmeaLocation.position.
The reference station ID of the location.
The satellites info of the location.
Inherited properties
A set of key-value pairs that provide additional metadata, such as source and accuracy details of this Location. When a Location is created, implementation-specific or platform-specific details about the location may be added to this dictionary of additional source properties. This information is provided as a set of key-value pairs, where the (case-sensitive) String key describes the type of data held in the Any value. Values are basic data types such as string, numeric, boolean, or date.
The horizontal accuracy of the location in meters. This property will return NaN if the horizontal accuracy is not available.
The vertical accuracy of the location in meters. This property will return NaN if the vertical accuracy is not available.