修复了bug

删除了自动定位到选中的Marker
This commit is contained in:
董宏宇
2020-02-20 22:58:40 +08:00
parent fb25c335cd
commit 03b18dca19

View File

@@ -142,7 +142,7 @@ public class MapMarkerManager implements IMogoMarkerClickListener, IMogoOnMessag
marker.setIcon(fromView(markerView.getView()));
lastMarker = marker;
MarkerServiceHandler.getMapUIController().moveToCenter(lastMarker.getPosition());
// MarkerServiceHandler.getMapUIController().moveToCenter(lastMarker.getPosition());
// 数据统计代码
final Map<String, Object> properties = new HashMap<>();