完成推送VR场景的框架

This commit is contained in:
董宏宇
2020-10-28 17:16:55 +08:00
parent 0aec850ff9
commit 86c7004c4c
5 changed files with 115 additions and 16 deletions

View File

@@ -57,6 +57,11 @@ public interface IMogoEntranceButtonController extends IProvider {
*/
int NOTICE_TYPE_OBSTACLE_CAR_WARN = 1010;
/**
* 拥堵路线推荐
*/
int NOTICE_TYPE_CONGESTION_RECOMMENDED = 1011;
/**
* 获取入口按钮实例
*