优化: 锁车功能、解决搜索"某某地方堵不堵",视图移动后被拉回当前位置的问题,其他
This commit is contained in:
@@ -5,6 +5,7 @@ import android.content.Context;
|
||||
import com.google.protobuf.ByteString;
|
||||
import com.google.protobuf.InvalidProtocolBufferException;
|
||||
import com.mogo.map.listener.IMogoMapListener;
|
||||
import com.mogo.service.connection.IMessageResponse;
|
||||
import com.mogo.service.connection.IMogoMsgAckListener;
|
||||
import com.mogo.service.connection.IMogoOnMessageListener;
|
||||
import com.mogo.service.connection.IMogoSocketManager;
|
||||
|
||||
@@ -136,6 +136,7 @@ public class EntranceFragment extends MvpFragment< EntranceView, EntrancePresent
|
||||
if ( location != null ) {
|
||||
mMogoStatusManager.setUserInteractionStatus( TAG, true, false );
|
||||
mMApUIController.changeZoom( 16.0f );
|
||||
mMogoStatusManager.setUserInteractionStatus( TAG, true, false );
|
||||
mMApUIController.recoverLockMode();
|
||||
// mMApUIController.moveToCenter( new MogoLatLng( location.getLatitude(), location.getLongitude() ) );
|
||||
}
|
||||
|
||||
@@ -193,6 +193,7 @@ public class MogoServiceProvider implements IMogoModuleProvider,
|
||||
@Override
|
||||
public void onSuccess() {
|
||||
mLoopRequest = false;
|
||||
Logger.d(TAG, "request Success.");
|
||||
invokeAutoRefreshStrategy();
|
||||
}
|
||||
|
||||
|
||||
@@ -1303,6 +1303,7 @@ import static com.mogo.module.tanlu.video.VideoInitKt.initVideo;
|
||||
optionList.add(options);
|
||||
}
|
||||
Logger.d(TAG, "getVoiceControlRoadData optionList.size() = " + optionList.size());
|
||||
mMogoStatusManager.setUserInteractionStatus(TanluConstants.MODEL_NAME, true, false);
|
||||
mMarkerManager.addMarkers(TanluConstants.MODEL_NAME, optionList, true);
|
||||
|
||||
//直接使用当前数据list,作为切换的数据源,切换左侧列表到最新的数据
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.mogo.connection.socket;
|
||||
package com.mogo.service.connection;
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
Reference in New Issue
Block a user