[6.5.0][道路事件] 修正施工占道提示逻辑

This commit is contained in:
renwj
2024-07-19 15:58:27 +08:00
parent 563764d9aa
commit a1766a7223
3 changed files with 143 additions and 137 deletions

View File

@@ -95,6 +95,10 @@ object CallerMapRoadListenerManager : CallerBase<IMoGoMapRoadListener>() {
}
fun isInRoadCross(): Boolean {
return mCross == 0
}
fun invokeRoadCrossClick() {
M_LISTENERS.forEach { entry ->
entry.value.onRoadCrossClick()