Show / Hide Table of Contents

Class NmeaLocation

An NMEA location object.

Inheritance
Object
Location
NmeaLocation
Location.Position
Location.HorizontalAccuracy
Location.Course
Location.Velocity
Location.IsLastKnown
Location.Timestamp
Location.VerticalAccuracy
Location.AdditionalSourceProperties
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Object.ToString()
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.

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

TargetVersions
.NET Standard 2.0100.10 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.10 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 100.15
In This Article
Back to top Copyright © 2022 Esri.