升级HdMap版本,1.修改bug 2. 增加初始回调监听
删除无用的个人ui

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-12-31 11:55:17 +08:00
parent fc7003fc25
commit 19ff517971
11 changed files with 14 additions and 182 deletions

View File

@@ -10,12 +10,6 @@ import com.alibaba.android.arouter.facade.template.IProvider;
*/
public interface IMogoStatusManager extends IProvider {
/**
* TopView是否在展示
* @return
*/
boolean isTopViewShow();
/**
* 是否在vr模式
* @return true - 在vr模式 false - 不在vr模式
@@ -29,14 +23,6 @@ public interface IMogoStatusManager extends IProvider {
*/
boolean isVoiceShow();
/**
* adas UI 是否在展示
*
* @return
*/
@Deprecated
boolean isADASShow();
/**
* v2x UI 是否在展示
*