如何将BitmapDescriptor设置为图像视图?

时间:2014-04-30 08:14:23

标签: android google-maps google-maps-markers

我需要获取默认地图标记并将该图标设置为图像视图。

BitmapDescriptor b=BitmapDescriptorFactory
                .defaultMarker(BitmapDescriptorFactory. HUE_YELLOW);


        img.setBackground(b);

我尝试过上面的代码,但我没有得到答案。你能帮我解决一下吗。谢谢你。

0 个答案:

没有答案