[RoutingOpt]移除最小移除点数限制

[RoutingOpt]移除最小移除点数限制

[RoutingOpt]逻辑优化
This commit is contained in:
renwj
2022-05-30 20:08:03 +08:00
parent 5b8f7a0e2d
commit a5af953b15
3 changed files with 21 additions and 14 deletions

View File

@@ -36,7 +36,11 @@ open class AutopilotStatusInfo : Serializable, Cloneable {
* 定位是否可用
*/
var locationStatus = false
@Volatile
var locationLat = 0.0
@Volatile
var locationLon = 0.0
var satelliteTime = 0L