标签: android google-maps google-maps-markers
我需要获取默认地图标记并将该图标设置为图像视图。
BitmapDescriptor b=BitmapDescriptorFactory .defaultMarker(BitmapDescriptorFactory. HUE_YELLOW); img.setBackground(b);
我尝试过上面的代码,但我没有得到答案。你能帮我解决一下吗。谢谢你。