[6.4.0][启自驾指引] 优化轨迹下载状态展示逻辑

This commit is contained in:
renwj
2024-04-28 18:01:08 +08:00
parent e11d4a4003
commit cf0076f89b
3 changed files with 74 additions and 34 deletions

View File

@@ -192,6 +192,9 @@ class AutopilotControlParameters {
"timestamp_dpqp=$timestamp_dpqp)"
}
fun deepCopy(): AutoPilotLine {
return AutoPilotLine(this.lineId, this.lineName, this.trajUrl, this.trajMd5, this.stopUrl, this.stopMd5, this.timestamp, this.vehicleModel, this.trajUrl_dpqp, this.trajMd5_dpqp, this.stopUrl_dpqp, this.stopMd5_dpqp, this.timestamp_dpqp)
}
}
class AutoPilotLonLat {