This commit is contained in:
wangcongtao
2020-01-17 12:51:59 +08:00
parent 9b712ff071
commit 5cd97f8211
3 changed files with 7 additions and 2 deletions

View File

@@ -965,6 +965,7 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
String cityCode = TanluServiceHandler.getLocationClient().getLastKnowLocation().getCityCode();
//移动到具体位置
mMogoStatusManager.setUserInteractionStatus(TanluConstants.MODEL_NAME, true, true);
MogoLatLng latLng = new MogoLatLng(lat, lon);
mMApUIController.moveToCenter(latLng);
@@ -990,7 +991,6 @@ public class TanluCardViewFragment extends MvpFragment<IView, Presenter<IView>>
List<Information> informationList = o.getResult().getInformations();
//清除探路之前的数据
mMarkerManager.removeMarkers(TanluConstants.MODEL_NAME);
mMogoStatusManager.setUserInteractionStatus(TanluConstants.MODEL_NAME, true, false);
//打点
ArrayList<MogoMarkerOptions> optionList = new ArrayList<>();