[6.4.0][启自驾指引] 优化轨迹下载状态展示逻辑
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user