加入了在线车辆卡片的更新接口
This commit is contained in:
@@ -355,6 +355,7 @@ public class MarkerServiceHandler {
|
||||
// 在ACC on 之后第一次获取到了在线车辆数据,选中最近的一个Marker
|
||||
if (isFirstMarker) {
|
||||
if (nearlyMogoMarker != null) {
|
||||
getMogoCardManager().switch2(ServiceConst.CARD_TYPE_USER_DATA);
|
||||
MarkerShowEntity markerShowEntity = (MarkerShowEntity) nearlyMogoMarker.getObject();
|
||||
MarkerOnlineCar markerOnlineCar = (MarkerOnlineCar) markerShowEntity.getBindObj();
|
||||
onLineCarCardViewProvider.updateView(markerOnlineCar);
|
||||
|
||||
Reference in New Issue
Block a user