I\'m updating my app to the new Android Maps API V2 and ran into a problem when trying to get a bitmap image of the currently shown map. In API V1 I did this like so:
GoogleMap.snapshot() method does the job.