Android custom overlay on mapview with border and image?

I have a requirement to display a set of custom overlay on mapview that contain an image that is downloaded from the internet. In the past i have extended Overlay and overrode draw to create the pin by drawing bitmaps and shapes onto the canvas. Is there an alternative approach to this that will allow me to overlay the map with an ImageView at a specified lat/long? I am asking as I have a custom ImageView implementation that downloads and caches images and it would be nice to re-use it in this case.

Thanks

链接地址: http://www.djcxy.com/p/68574.html

上一篇: osmdroid试图显示许多多边形覆盖

下一篇: Android自定义叠加在带有边框和图像的mapview上?