Class NmeaLocation
An NMEA location object.
Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class NmeaLocation : LocationRemarks
Contains information about parsed NMEA location.
Properties
| Name | Description | 
|---|---|
| AccuracyType | Gets the NMEA accuracy type that determines from which type of message accuracy been calculated. | 
| DgpsAge | Gets the age of differential GPS data record in TimeSpan, Type 1 or 9, TimeSpan.Zero when DGPS is not used. | 
| FixType | Gets the NMEA type of signal or technique being used by the GPS receiver to determine its location. | 
| GeoidalSeparation | Gets the geoidal separation, the height difference between ellipsoidal surface and the geoid model's surface in meters. | 
| Hdop | Gets the Horizontal Dilution of Precision (measure of accuracy in 2-D position; for example, Latitude and Longitude), 0.5 through 99.9 in percents. | 
| HeightAboveGeoid | Gets the height above the geoid surface in meters. | 
| Pdop | Gets the Position Dilution of Precision (measure of accuracy in 3-d position), 0.5 through 99.9 in percents. | 
| ReceivedPosition | Gets the position originally returned by the receiver. | 
| ReferenceStationId | Gets the reference station ID, range from 0000-4095, -1 when any reference station ID is selected and no corrections are received. | 
| Satellites | Gets the NMEA satellites info of the location. | 
| Vdop | Gets the Vertical Dilution of Precision (measure of accuracy in 1-D position), 0.5 through 99.9 in percents. | 
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.10 - 100.15 | 
| .NET 6.0 | 100.13 - 100.15 | 
| .NET 6.0 Windows | 100.13 - 100.15 | 
| .NET Framework | 100.10 - 100.15 | 
| .NET 5 | 100.10 - 100.12 | 
| .NET Core 3.1 | 100.10 - 100.12 | 
| Xamarin.Android | 100.10 - 100.15 | 
| Xamarin.iOS | 100.10 - 100.15 | 
| UWP | 100.10 - 100.15 |