I am creating my first android app and I have a Google map using the MapFragment and now I need to extract an image of the map so I can place that in a ListView.
I have both a full screen Google map in one activity and a smaller Google map that fills about half a screen on another, taking a bitmap for any of them would be fine, preferably extracting a bitmap from the smaller one.
Please without this my app is pretty much useless. I heard that it is possible in Google maps APIv1 by using getRootView()
, is there anything that I can do to get a bitmap or a static map in APIv2.