Class NmeaLocation
An NMEA location object.
Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class NmeaLocation : Location
  Remarks
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.  | 
      
| LatitudeError | Gets the standard deviation of latitude error in meters, or   | 
      
| LongitudeError | Gets the standard deviation of longitude error in meters, or   | 
      
| MagneticVariation | Gets the magnetic variation in degrees, or   | 
      
| 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 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.10 - 200.8 | 
| Xamarin.Android | 100.10 - 100.15 | 
| Xamarin.iOS | 100.10 - 100.15 | 
| UWP | 100.10 - 200.8 |