PositionNMEAGGA constructor
PositionNMEAGGA({})
Returns a new PositionNMEAGGA instance.
Implementation
PositionNMEAGGA({
this.sentence,
this.type,
this.timestamp,
this.lat,
this.latPole,
this.lon,
this.lonPole,
this.fixType,
this.numSat,
this.horDilution,
this.alt,
this.altUnit,
this.geoidalSep,
this.geoidalSepUnit,
this.differentialAge,
this.differentialRefStn,
this.talkerId,
});