This commit is contained in:
wangcongtao
2020-12-07 16:30:37 +08:00
parent 1557af276b
commit e1082ac994
15 changed files with 197 additions and 72 deletions

View File

@@ -195,7 +195,7 @@ public class MapFragment extends MvpFragment< MapView, MapPresenter > implements
//设置双指缩放手势是否可用。
uiSettings.setZoomGesturesEnabled( true );
if ( mMogoMap.getUIController() != null ) {
mMogoMap.getUIController().changeMapMode( EnumMapUI.NorthUP_2D );
mMogoMap.getUIController().changeMapMode( EnumMapUI.CarUp_2D );
}
}
}