DevicePosition constructor

DevicePosition({
  1. PositionNMEA? nmea,
  2. PositionRAW? raw,
  3. Position3gppLacCi? n3gppLacCi,
})

Returns a new DevicePosition instance.

Implementation

DevicePosition({
  this.nmea,
  this.raw,
  this.n3gppLacCi,
});