[android-developers] Re: How to attach custom map on MapView? Can MapView be used when phone is offline?

2010-07-09 Thread bobetko
I was hoping to use MapView in my application. It seems I will have to come up with something else. Thanks for quick reply. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: How to attach custom map on MapView? Can MapView be used when phone is offline?

2010-07-09 Thread Maps.Huge.Info (Maps API Guru)
One nifty way to do this, with a lot less effort than writing a custom map view, is to use Google's v3 map API within a webview. I've done this in the app What Zip Code? (free on the market) with a custom overlay and it works great. For those that already understand how to write html, JavaScript