Class GpsFixQuality
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
GnssSatellitesCount
Gets number of GNSS satellites used in solution.
public uint GnssSatellitesCount { get; }
Property Value
Hdop
Gets horizontal dilution of precision (0..9999).
public uint Hdop { get; }
Property Value
Remarks
This value it's the actual hdop * 100.
Vdop
Gets vertical dilution of precision (0..9999).
public uint Vdop { get; }
Property Value
Remarks
This value it's the actual vdop * 100.