NmeaGnssSystem enum

Enumeration of supported GNSS (Global Navigation Satellite System) systems.

Inheritance
Available extensions

Values

unknown → const NmeaGnssSystem

The unknown GNSS type.

Used if GNSS System ID is unknown or NMEA version before v4.11 is used.

gps → const NmeaGnssSystem

The Global Positioning System.

glonass → const NmeaGnssSystem

The Russian Global Navigation Satellite System.

galileo → const NmeaGnssSystem

The European Union Global Navigation Satellite System.

bds → const NmeaGnssSystem

The BeiDou Navigation Satellite System.

Is a Chinese satellite navigation system.

qzss → const NmeaGnssSystem

The Quasi-Zenith Satellite System.

Is a Japanese satellite navigation system.

The Navigation Indian Constellation.

Was renamed from IRNSS (Indian Regional Navigation Satellite System).

Properties

coreValue → RT_NMEAGNSSSystem
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<NmeaGnssSystem>
A constant List of the values in this enum, in order of their declaration.