add xingyun obu

This commit is contained in:
lixiaopeng
2021-06-07 18:26:16 +08:00
parent 4730ff3a4e
commit 02c3b4e86c
6 changed files with 54 additions and 30 deletions

View File

@@ -938,9 +938,7 @@ public class MogoServices implements IMogoMapListener,
@Override
public void onMapModeChanged( EnumMapUI ui ) {
Log.d("liyz", "onMapModeChanged ----> ui = " + ui);
if ( ui == EnumMapUI.Type_VR ) {
Log.d("liyz", "onMapModeChanged mLastStatusIsVr = " + mLastStatusIsVr + "--ui = " +ui);
if ( !mLastStatusIsVr ) {
MogoApisHandler.getInstance().getApis().getStatusManagerApi().setVrMode( TAG, true );
MapCenterPointStrategy.resetByChangeMode();