HomePosition constructor
HomePosition({})
Implementation
HomePosition({
required this.latitude,
required this.longitude,
required this.altitude,
required this.x,
required this.y,
required this.z,
required this.q,
required this.approachX,
required this.approachY,
required this.approachZ,
required this.timeUsec,
});