Table of Contents

Class Sim7672Location

Namespace
Iot.Device.AtModem.Gnss
Assembly
Iot.Device.AtModem.dll

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

lat float

The latitude.

lon float

The longitude.

Properties

BeidouNumberVisibleSatellites

Gets or sets the number of visible Beidou satellites.

public int BeidouNumberVisibleSatellites { get; set; }

Property Value

int

GalileoNumberVisibleSatellites

Gets or sets the number of visible Galileo satellites.

public int GalileoNumberVisibleSatellites { get; set; }

Property Value

int

GlonassNumberVisibleSatellites

Gets or sets the number of visible GLONASS satellites.

public int GlonassNumberVisibleSatellites { get; set; }

Property Value

int

GpsNumberVisibleSatellites

Gets or sets the number of visible GPS satellites.

public int GpsNumberVisibleSatellites { get; set; }

Property Value

int

TotalNumberOfSatellitesUsed

Gets or sets the total number of satellites used.

public int TotalNumberOfSatellitesUsed { get; set; }

Property Value

int