xx_pf 2017-03-30 02:58 采纳率: 0%
浏览 2290

glide加载图片错误,提示view为空。但是我已经把view实例化了。求解决

/*InfoWindow中展示的自定义view*/
LayoutInflater inflater = LayoutInflater.from(getApplicationContext());
View view = inflater.inflate(R.layout.info_window, mapView);
ImageView img = (ImageView) view.findViewById(R.id.image_view);
** Glide.with(MainActivity.this).load(picture.getImgId()).asBitmap().centerCrop().into(img);**
LatLng viewLatLng = new LatLng(picture.getLat(), picture.getLng());//显示InfoWindow的坐标点
InfoWindow mInfoWindow = new InfoWindow(view, viewLatLng, -47);//传入view,地理坐标,y轴偏移量
mBaiduMap.showInfoWindow(mInfoWindow);//显示InfoWindow

图片说明

  • 写回答

1条回答

  • Lyq0120 2017-03-30 06:53
    关注

    自己翻译一下,你没有传进去View的实例,也就是说,你没有给图片显示的地方

    评论

报告相同问题?

悬赏问题

  • ¥100 Jenkins自动化部署—悬赏100元
  • ¥15 关于#python#的问题:求帮写python代码
  • ¥20 MATLAB画图图形出现上下震荡的线条
  • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘
  • ¥15 perl MISA分析p3_in脚本出错
  • ¥15 k8s部署jupyterlab,jupyterlab保存不了文件
  • ¥15 ubuntu虚拟机打包apk错误
  • ¥199 rust编程架构设计的方案 有偿
  • ¥15 回答4f系统的像差计算
  • ¥15 java如何提取出pdf里的文字?