@@ -70,12 +70,8 @@ public class V2XAlarmServer {
|
|||||||
CopyOnWriteArrayList<V2XRoadEventEntity> v2XRoadEventEntityList,
|
CopyOnWriteArrayList<V2XRoadEventEntity> v2XRoadEventEntityList,
|
||||||
MogoLocation currentLocation) {
|
MogoLocation currentLocation) {
|
||||||
try {
|
try {
|
||||||
// M1低配车机限制
|
// 检测道路事件是否需UGC问答
|
||||||
// 不展示UGC问答
|
V2XEarlyWarningServer.roadEventUgcCheck(currentLocation);
|
||||||
if (DebugConfig.isMapBased()) {
|
|
||||||
// 检测道路事件是否需UGC问答
|
|
||||||
V2XEarlyWarningServer.roadEventUgcCheck(currentLocation);
|
|
||||||
}
|
|
||||||
// 60(km/h)
|
// 60(km/h)
|
||||||
if (currentLocation != null && v2XRoadEventEntityList != null) {
|
if (currentLocation != null && v2XRoadEventEntityList != null) {
|
||||||
// 因为集合是按照距离排序后的所以这里检索出来第一个就发出警告
|
// 因为集合是按照距离排序后的所以这里检索出来第一个就发出警告
|
||||||
|
|||||||
Reference in New Issue
Block a user