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

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 providing additional meta-data and properties about the source of this Location. A Location object can be created manually or by a variety of LocationDataSource types, for example from the default platform data source or external GPS. When user code receives a new Location, it can be important to determine how the information was obtained.

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.

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.

Link copied to clipboard

The timestamp of the location.

Link copied to clipboard

The vertical accuracy of the location in meters.