vr模式下拦截某些操作

This commit is contained in:
wangcongtao
2020-12-30 14:51:08 +08:00
parent d67f723d30
commit a329707c08
2 changed files with 5 additions and 0 deletions

View File

@@ -576,6 +576,7 @@ public class AMapViewWrapper implements IMogoMapView,
return;
}
if ( mCurrentUI == EnumMapUI.Type_VR ) {
Logger.w( TAG, "vr 模式下忽略该设置" );
return;
}
Logger.i( TAG, "showBounds:%s -%s-%s- %b ", tag, carPosition.toString(), bound.toShortString(), lockCarPosition );