Too bad. Now thinking about a workaround for the specific case we have. The thumbnail map is actually static (not clickable/pannable).
Is there a way to get an image of a fully inflated and drawn View? I'm thinking we could call View.draw(canvas) and get a drawable from the MapView and then just display the image. Is that possible? Does anyone have an example of the steps to do it? On Jun 30, 9:55 pm, TreKing <[email protected]> wrote: > On Thu, Jun 30, 2011 at 11:04 PM, jotobjects <[email protected]> wrote: > > How can you make two MapViews work independently of each other in the same > > application? > > AFAIK, you can't. There is an apparent one-to-one relationship with MapView > and MapActivity and there is only one MapActivity allowed per process. > > http://code.google.com/android/add-ons/google-apis/reference/com/goog... > > > Only one MapActivity is supported per process. Multiple MapActivities > > running simultaneously are likely to interfere in unexpected and undesired > > ways. > > Looks like you found one of the "unexpected and undesired ways". > > --------------------------------------------------------------------------- > ---------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices -- 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

