[6.5.0][道路事件] 统一处理上车数据的坐标类型判断逻辑;添加道路施工和道路事故的单元测试

This commit is contained in:
renwj
2024-07-10 16:52:11 +08:00
parent 2f6d38211f
commit d79866b554
7 changed files with 148 additions and 33 deletions

View File

@@ -19,10 +19,16 @@ class TelematicConstant {
const val V2N_NEW_LINK_SWITCH = 202 // FunctionBuildConfig#v2nMainSwitch & FunctionBuildConfig#isNewV2NData
// -------------------- For Android Unit Test -----BEGIN------------
const val V2N_AI_ROAD_PEOPLE_CROSS = 203
const val V2N_AI_ROAD_GREEN_WAVE = 204
const val V2N_AI_ROAD_OTHER_RETROGRADE_VEHICLE = 205
const val V2N_AI_ROAD_SHI_GONG = 206
const val V2N_AI_ROAD_SHI_GU = 207
// -------------------- For Android Unit Test ------ END ------------
}
}