Table of Contents

Class GpsFixQuality

Namespace
Iot.Device.Swarm
Assembly
Iot.Device.Swarm.dll

GPS fix Quality information of the Tile.

public class GpsFixQuality
Inheritance
GpsFixQuality

Constructors

GpsFixQuality()

public GpsFixQuality()

Properties

FixType

Gets fix type.

public GpsFixType FixType { get; }

Property Value

GpsFixType

GnssSatellitesCount

Gets number of GNSS satellites used in solution.

public uint GnssSatellitesCount { get; }

Property Value

uint

Hdop

Gets horizontal dilution of precision (0..9999).

public uint Hdop { get; }

Property Value

uint

Remarks

This value it's the actual hdop * 100.

Vdop

Gets vertical dilution of precision (0..9999).

public uint Vdop { get; }

Property Value

uint

Remarks

This value it's the actual vdop * 100.