Hii In order to show two mapview u need to implement it in the same draw() method of the map activity.Put some condition check for two map views as suited to u for setting paramaeters for scaling up and scaling down taking the same canvas object.
On Jul 14, 1:50 am, Michael <[email protected]> wrote: > Good idea. I would put them in tabs > > On Jul 13, 9:46 am, TreKing <[email protected]> wrote: > > > > > On Tue, Jul 13, 2010 at 12:31 AM, rukiman <[email protected]> wrote: > > > Any way I can implement this? > > > Idea: Override onDraw() on the MapView (or Activity, or wherever), set the > > parameters you need (location, zoom level) to draw scaled down, draw to a > > canvas or bitmap, scale up, draw again to a new canvas or bitmap, then > > stitch the two together somehow. Fill in the specific, more complicated > > details from there =). > > > --------------------------------------------------------------------------- > > ---------------------- > > TreKing - Chicago transit tracking app for Android-powered > > deviceshttp://sites.google.com/site/rezmobileapps/treking- Hide quoted text > > - > > - Show quoted text - -- 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

