小编Qui*_*ing的帖子

如何在google maps API V2 Android中将图像添加到标记的InfoWindow中?

我有这个

 mapa.addMarker(new MarkerOptions()
                       .position(latlng)
                       .title("HI")
                       .snippet("HI;HI")
           .icon(BitmapDescriptorFactory.fromResource(R.drawable.same)));
Run Code Online (Sandbox Code Playgroud)

但没有找到如何添加到infowindow的信息,有人可以帮助我的图标?

android google-maps infowindow google-maps-markers

1
推荐指数
1
解决办法
5373
查看次数