[V2X][Road]添加所有marker清空监听回调;解决相关bug

This commit is contained in:
renwj
2022-10-21 19:45:19 +08:00
parent d14b2d3cb6
commit de5eabd2c1
5 changed files with 76 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
package com.mogo.eagle.core.function.api.v2x
interface OnClearAllMarker {
fun onClearAllMarkers()
fun onClearAllMarkers(tag: String)
}