I'm using the Google Maps API to generate a map with several points of interest. I want the user to be able to export this as an image - basically a "where I've been" image that they can post or brag about or whatever.
I know that I can convert my on-screen view to a bitmap, but I'm looking for something bigger, maybe even something poster-sized. Is there a way to make a View that will export into an arbitrarily-sized image?