整理adas控制接口

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-02-07 15:57:16 +08:00
parent ceee1d9c9a
commit 39e2518a70
10 changed files with 6 additions and 76 deletions

View File

@@ -59,17 +59,7 @@ public class MapFragment extends MvpFragment< MapView, MapPresenter >
@Override
public void changeTo2dMode() {
try {
mMogoMapView.getMap().getUIController()
.changeMapMode(
MogoApisHandler.getInstance()
.getApis()
.getAdasControllerApi()
.getCurrentSkinMode()
);
} catch ( Exception e ) {
e.printStackTrace();
}
// do not implement
}
@Override