Pose constructor
Pose({})
Implementation
Pose({
this.accuracyMeters,
this.altitude,
this.gpsRecordTimestampUnixEpoch,
this.heading,
this.latLngPair,
this.level,
this.pitch,
this.roll,
});
Pose({
this.accuracyMeters,
this.altitude,
this.gpsRecordTimestampUnixEpoch,
this.heading,
this.latLngPair,
this.level,
this.pitch,
this.roll,
});