opt
This commit is contained in:
@@ -847,6 +847,9 @@ public class MapMarkerManager implements IMogoMarkerClickListener,
|
||||
removeCarMarkers();
|
||||
List<MarkerOnlineCar> onlineCarList = result.getOnlineCar();
|
||||
dispatchDataToBis(ServiceConst.CARD_TYPE_USER_DATA, onlineCarList == null ? new ArrayList<>() : onlineCarList);
|
||||
if (MarkerServiceHandler.getMogoStatusManager().isSearchUIShow() || MarkerServiceHandler.getMogoStatusManager().isADASShow()){
|
||||
return;
|
||||
}
|
||||
drawOnlineCarMarkers( onlineCarList, ServiceConst.MAX_AMOUNT_SINGLE_CARD );
|
||||
}
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ import java.util.Map;
|
||||
* @author congtaowang
|
||||
* @since 2020-04-27
|
||||
* <p>
|
||||
* 描述
|
||||
* 在线车辆点击后弹出的info window 样式
|
||||
*/
|
||||
public class UserDataMarkerInfoWindowAdapter implements IMogoInfoWindowAdapter {
|
||||
|
||||
@@ -136,8 +136,7 @@ public class UserDataMarkerInfoWindowAdapter implements IMogoInfoWindowAdapter {
|
||||
if ( !TextUtils.isEmpty( markerShowEntity.getIconUrl() ) ) {
|
||||
MarkerServiceHandler.getImageloader().displayImage( markerShowEntity.getIconUrl(),
|
||||
mUserHeader,
|
||||
WindowUtils.dip2px( mContext, 50 ), WindowUtils.dip2px( mContext, 50 ),
|
||||
null );
|
||||
WindowUtils.dip2px( mContext, 50 ), WindowUtils.dip2px( mContext, 50 ), null );
|
||||
|
||||
} else {
|
||||
mUserHeader.setBackgroundResource( R.drawable.icon_default_user_head );
|
||||
|
||||
Reference in New Issue
Block a user