Table of Contents

Class GgaData

Namespace
Iot.Device.Common.GnssDevice
Assembly
Iot.Device.Common.GnssDevice.dll

Represents the GGA (Global Positioning System Fix Data) NMEA0183 data from a Gnss device.

public class GgaData : NmeaData
Inheritance
GgaData
Inherited Members

Constructors

GgaData()

Initializes a new instance of the GgaData class.

public GgaData()

GgaData(Location)

Initializes a new instance of the GgaData class.

public GgaData(Location location)

Parameters

location Location

A Location item.

Properties

GeodidSeparation

Gets the geodetic separation.

public double GeodidSeparation { get; }

Property Value

double

Location

Gets the location information in Global Navigation Satellite System (GNSS) coordinates.

public Location Location { get; }

Property Value

Location

MessageId

Gets the NMEA message ID.

public override string MessageId { get; }

Property Value

string

SatellitesInView

Gets the number of satellites in use.

public int SatellitesInView { get; }

Property Value

int

Methods

Parse(string)

Parse for the specific data type.

public override NmeaData Parse(string inputData)

Parameters

inputData string

The input data string.

Returns

NmeaData

An NmeaData.