NmeaSatelliteInfo class final

An NMEA satellite info object.

Contains information about a satellite visible at the location.

Implemented types

Properties

azimuth double
The azimuth of the satellite info in degrees.
no setter
elevation double
The elevation of the satellite info in degrees.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
The ID of the satellite info.
no setter
inUse bool
Indicates if the satellite was used in the calculation of the location.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snr int
Signal-to-noise (C/No) ratio.
no setter
system NmeaGnssSystem
The GNSS (Global Navigation Satellite System) system.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited