no message

This commit is contained in:
liujing
2021-04-13 14:02:37 +08:00
parent 65c3068a24
commit d4abe8c2d2

View File

@@ -21,7 +21,6 @@ import com.mogo.module.v2x.entity.model.DrawLineInfo;
import com.mogo.module.v2x.manager.IMoGoV2XCloundDataManager;
import com.mogo.module.v2x.utils.LocationUtils;
import com.mogo.utils.UiThreadHandler;
import com.mogo.utils.ViewUtils;x
import com.mogo.utils.WorkThreadHandler;
import java.util.ArrayList;
@@ -57,7 +56,7 @@ public class MoGoV2XCloundDataManager implements IMoGoV2XCloundDataManager, IMog
showTime = mCloundWarningInfo.getShowTime();
pointsBetween();
//发送预警提示
//预警蒙层
MarkerServiceHandler.getApis().getV2XListenerManager().warningChangedForListenerWithDirection(cloundWarningInfo.getType(), MogoReceiver.ACTION_V2X_FRONT_WARNING);
isSelfLineClear = false;
isFirstLocation = false;
@@ -71,7 +70,7 @@ public class MoGoV2XCloundDataManager implements IMoGoV2XCloundDataManager, IMog
//绘制识别物与交汇点连线,并且更新连线数据
drawStopLine(cloundWarningInfo, newLocation);
//添加停止线marker
// handleStopLine();
handleStopLine();
}, 800);
UiThreadHandler.postDelayed(() -> {