Re: [android-developers] Google Maps API hidden maps and opengl

2010-11-01 Thread TreKing
On Fri, Oct 29, 2010 at 6:00 PM, Adam Hammer wrote: > I get an error > > java.lang.RuntimeException: stub > at com.google.android.maps.MapView. (Unknown Source) > Is that really the entire error? Regardless, read the MapView documentation. It explains where and how the MapView can be used. -

[android-developers] Google Maps API hidden maps and opengl

2010-10-29 Thread Adam Hammer
I'm trying to create a MapView in a service (live wallpaper), but have it hidden so that I can render it to a Bitmap, and then map it to a texture to render in opengl. I have a Canvas and a Bitmap, and I intended to call myMap.draw(myCanvas) in order to get it into the correct bitmap so that I coul