[2.13.0_feat]全览地图V2X事件

This commit is contained in:
chenfufeng
2022-11-29 11:31:45 +08:00
parent e070060b7e
commit 69c32f0ade
8 changed files with 234 additions and 11 deletions

View File

@@ -47,4 +47,9 @@ object CallerSmpManager : CallerBase() {
fun hidePanel() {
mogoSmallMapProvider.hidePanel()
}
@JvmStatic
fun clearV2XMarkers() {
mogoSmallMapProvider.clearV2XMarkers()
}
}