Android GoogleMap 2 update information dynamically in InfoWindow with ImageView via Universal Image loader

后端 未结 2 476
鱼传尺愫
鱼传尺愫 2020-12-17 21:33

I am working on new Google Map v2 API.

I have used ImageLoader to display images dynamically on Marker.

But the problem is when I have got onLoadingComplete(

2条回答
  •  没有蜡笔的小新
    2020-12-17 22:05

    View returned from info window callbacks cannot be updated afterwards.

    Try following this suggestion: Dynamic contents in Maps V2 InfoWindow

提交回复
热议问题