Class Sim7672Location
Location information from a SIM7276 GNSS module.
public class Sim7672Location : Location
- Inheritance
-
Sim7672Location
- Inherited Members
Constructors
Sim7672Location(float, float)
Initializes a new instance of the Sim7672Location class.
public Sim7672Location(float lat, float lon)
Parameters
Properties
BeidouNumberVisibleSatellites
Gets or sets the number of visible Beidou satellites.
public int BeidouNumberVisibleSatellites { get; set; }
Property Value
GalileoNumberVisibleSatellites
Gets or sets the number of visible Galileo satellites.
public int GalileoNumberVisibleSatellites { get; set; }
Property Value
GlonassNumberVisibleSatellites
Gets or sets the number of visible GLONASS satellites.
public int GlonassNumberVisibleSatellites { get; set; }
Property Value
GpsNumberVisibleSatellites
Gets or sets the number of visible GPS satellites.
public int GpsNumberVisibleSatellites { get; set; }
Property Value
TotalNumberOfSatellitesUsed
Gets or sets the total number of satellites used.
public int TotalNumberOfSatellitesUsed { get; set; }