二次导航问题
This commit is contained in:
@@ -467,7 +467,6 @@ public class AMapNaviViewWrapper implements IMogoMapView,
|
||||
if (checkAMapView()) {
|
||||
mMapView.setCarOverlayVisible(true);
|
||||
showMyLocation( false );
|
||||
NaviClient.getInstance(getContext()).stopAimlessMode();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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 );
|
||||
}
|
||||
|
||||
@@ -199,7 +199,6 @@ class NaviSettingFragment : BaseFragment(), OnCheckedChangeListener {
|
||||
if (checkedId == R.id.rb_navi_detail) BroadcastMode.DETAIL else BroadcastMode.CONCISE
|
||||
)
|
||||
|
||||
|
||||
if (checkedId == R.id.rb_navi_detail) {
|
||||
SearchServiceHolder.analyticsManager.track("Navigation_guide_type", mapOf("type" to 1))
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user