[3.4.0][视角] 优化代码逻辑

This commit is contained in:
renwj
2023-07-12 17:48:14 +08:00
parent 6cb3674038
commit 61a63074bc
4 changed files with 161 additions and 158 deletions

View File

@@ -47,7 +47,7 @@ class RoadEvent(val poi_lon: Double, val poi_lat: Double, val poi_angle: Double)
get() = SECONDS.toMillis(5)
override fun toString(): String {
return "RoadEvent(priority=${priority}, displayThreshold: ${displayThreshold}, priority=${priority})"
return "RoadEvent(priority=${priority}, displayThreshold: ${displayThreshold}, priority=${priority}, lon: $poi_lon, lat: $poi_lat, angle: $poi_angle)"
}
}