NmeaLocation

An NMEA location object. Contains information about parsed NMEA location.

Since

200.1.0

Properties

Link copied to clipboard

The accuracy type of the location.

Link copied to clipboard

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.

Link copied to clipboard

The fix type of the location.

Link copied to clipboard

The geoidal separation in meters.

Link copied to clipboard

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

Link copied to clipboard

The height above the geoid surface in meters.

Link copied to clipboard

Standard deviation of latitude error in meters, or null if not available.

Link copied to clipboard

Standard deviation of longitude error in meters, or null if not available.

Link copied to clipboard

Magnetic variation in degrees, or null if not available.

Link copied to clipboard

The PDOP (positional dilution of precision) of the location 0.5 through 99.9.

Link copied to clipboard

The position originally returned by the receiver. If the incoming data was projected this position may differ from the NmeaLocation.position.

Link copied to clipboard

The reference station ID of the location.

Link copied to clipboard

The satellites info of the location.

Link copied to clipboard

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

Inherited properties

Link copied to clipboard

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.

Link copied to clipboard

The course of the location in degrees clockwise, 0 being true North.

Link copied to clipboard

The horizontal accuracy of the location in meters. This property will return NaN if the horizontal accuracy is not available.

Link copied to clipboard

Indicates whether this is an outdated device position retrieved and cached earlier and therefore not guaranteed to represent the current location.

Link copied to clipboard

The position of the location.

Link copied to clipboard

The speed of the location in meters per second. This property will return NaN if the speed is not available.

Link copied to clipboard

The timestamp of the location.

Link copied to clipboard

The vertical accuracy of the location in meters. This property will return NaN if the vertical accuracy is not available.