Merge branch 'feature/v1.0.0' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into feature/v1.0.0

This commit is contained in:
wangcongtao
2020-02-20 15:46:47 +08:00
6 changed files with 44 additions and 23 deletions

View File

@@ -467,7 +467,6 @@ public class AMapNaviViewWrapper implements IMogoMapView,
if (checkAMapView()) {
mMapView.setCarOverlayVisible(true);
showMyLocation( false );
NaviClient.getInstance(getContext()).stopAimlessMode();
}
}

View File

@@ -142,7 +142,9 @@ public class NaviClient implements IMogoNavi {
}
// 关闭巡航
//mAMapNavi.stopAimlessMode();
stopAimlessMode();
mIsRealNavi = isRealNavi;
boolean result = mAMapNavi.startNavi( isRealNavi ? NaviType.GPS : NaviType.EMULATOR );
Logger.d( TAG, "start navi status: %s", result );
}