ArcGIS Runtime SDK for iOS: AGSNMEASatelliteInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSNMEASatelliteInfo Class Reference

Description

An NMEA satellite info instance.

Contains information about a satellite visible at the location.

Since
100.10
Inheritance diagram for AGSNMEASatelliteInfo:
AGSObject

Properties

double azimuth
 
double elevation
 
BOOL inUse
 
NSInteger satelliteID
 
AGSNMEAGNSSSystem system
 

Property Documentation

◆ azimuth

- (double) azimuth
readnonatomicassign

The azimuth of the satellite info in degrees.

Since
100.10

◆ elevation

- (double) elevation
readnonatomicassign

The elevation of the satellite info in degrees.

Since
100.10

◆ inUse

- (BOOL) inUse
readnonatomicassign

Indicates if the satellite was used in the calculation of the location.

Since
100.10

◆ satelliteID

- (NSInteger) satelliteID
readnonatomicassign

The ID of the satellite info.

Since
100.10

◆ system

- (AGSNMEAGNSSSystem) system
readnonatomicassign

The GNSS (Global Navigation Satellite System) system.

Included in NMEA specification as of v4.11.

Since
100.10