There's an opensource port of Android on GitHub which includes a (slightly dated) implementation of the Google maps API. It supports OpenStreetMap and a couple of other map sources. I managed to adapt it to support Bing maps.
On Nov 14, 7:14 pm, Adam Hammer <[email protected]> wrote: > I have a class I wrote that uses the maps and works in a activity, but > still returns the stub error when I attempt to instantiate it in a > live wallpaper. > > It's supposed to be in a MapActivity, but I figured since Google uses > maps in a live wallpaper I could use it as well, although I know this > is not always the case. > > I've learnt the hard way that just because Google does something with > android doesn't mean they expose those methods to the developers. > > Adam > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

