This commit is contained in:
lixiaopeng
2020-01-19 15:24:41 +08:00
parent ce8744a3a7
commit 274021deca

View File

@@ -939,7 +939,7 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
/**
* 导航路线数据事件
* 导航路线数据事件 TODO
*/
public void getNavigationLineData() {
Double lat = TanluServiceHandler.getLocationClient().getLastKnowLocation().getLatitude();
@@ -1036,7 +1036,6 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
public void getVoiceControlRoadData(String keywords, final double lat, final double lon) {
String adCode = TanluServiceHandler.getLocationClient().getLastKnowLocation().getAdCode();
String cityCode = TanluServiceHandler.getLocationClient().getLastKnowLocation().getCityCode();
//移动到具体位置
mMogoStatusManager.setUserInteractionStatus(TanluConstants.MODEL_NAME, true, true);
MogoLatLng latLng = new MogoLatLng(lat, lon);
@@ -1058,7 +1057,6 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
//转换数据结构
convertData(o.getResult().getInformations());
//切换到探路卡片
if (!isCurrentPage) {
iMogoCardManager.switch2(TanluConstants.MODEL_NAME);