[2.13.0][fix]订单开始的时候全览地图轮询V2X事件

This commit is contained in:
chenfufeng
2022-11-30 16:48:32 +08:00
parent fbb15bcf47
commit b186d67541
4 changed files with 18 additions and 0 deletions

View File

@@ -30,5 +30,7 @@ public interface IMogoSmallMapProvider {
*/
void clearPolyline();
default void startQueryV2XEvents() {}
default void clearV2XMarkers() {}
}