NmeaUitls class

Constructors

NmeaUitls({required dynamic locationCallBack(RTKLocation location)})

Properties

hashCode int
The hash code for this object.
no setterinherited
info GPGGAInfo?
getter/setter pair
locationCallBack ↔ dynamic Function(RTKLocation location)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handleGpgga(String gpgga) → void
handleGpgsa(String nmea) → void
handleGpgst(String gpgst) → void
handleGpgsv(String gpgsv) → void
handleGpvtg(String nmea) → void
handleGpzda(String nmea) → void
handleNmea(String nmea) → void
inherited
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