SetGpsGlobalOrigin constructor
SetGpsGlobalOrigin({})
Implementation
SetGpsGlobalOrigin({
required this.latitude,
required this.longitude,
required this.altitude,
required this.targetSystem,
required this.timeUsec,
});