[android-developers] Re: Multiple MapViews and MapActivities

2011-07-06 Thread jotobjects
Thanks for tip on Google Static Maps - Perfect solution for this requirement! On Jul 3, 7:03 am, lbendlin l...@bendlin.us wrote: in our app we are using static map pictures (from the Google Statis maps API) for the secondary (north up, infrequent use) map view. -- You received this message

[android-developers] Re: Multiple MapViews and MapActivities

2011-07-03 Thread lbendlin
in our app we are using static map pictures (from the Google Statis maps API) for the secondary (north up, infrequent use) map view. -- 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: Multiple MapViews and MapActivities

2011-07-02 Thread gjs
Hi, I have done what you describe previously to make an auto rotating Map view based on compass direction - using a ViewGroup and View.draw(). Yes you don't know when the map tiles have been returned but in general this does not matter if you keep rendering it in a loop - in my case when compass

[android-developers] Re: Multiple MapViews and MapActivities

2011-07-01 Thread jotobjects
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

Re: [android-developers] Re: Multiple MapViews and MapActivities

2011-07-01 Thread Mark Murphy
On Fri, Jul 1, 2011 at 2:53 PM, jotobjects jotobje...@gmail.com wrote: 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?

[android-developers] Re: Multiple MapViews and MapActivities

2011-07-01 Thread jotobjects
Cool thanks - we will look at that. A gotcha is you don't know how long it will take for the tiles to be returned before you can get the image of the map. It was also suggested that we just use a webview with the google maps web api for the static thumbnail map. That sounds like it might be

[android-developers] Re: multiple mapviews

2010-07-15 Thread prachi
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 michael...@gmail.com

Re: [android-developers] Re: multiple mapviews

2010-07-13 Thread TreKing
On Tue, Jul 13, 2010 at 12:31 AM, rukiman ruksh...@optushome.com.au 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

[android-developers] Re: multiple mapviews

2010-07-13 Thread Michael
Good idea. I would put them in tabs On Jul 13, 9:46 am, TreKing treking...@gmail.com wrote: On Tue, Jul 13, 2010 at 12:31 AM, rukiman ruksh...@optushome.com.au wrote: Any way I can implement this? Idea: Override onDraw() on the MapView (or Activity, or wherever), set the parameters you need

[android-developers] Re: multiple mapviews

2010-07-12 Thread prachi
hiii could u please throw some light on your problem??? On Jul 13, 7:37 am, rukiman ruksh...@optushome.com.au wrote: I know I cannot create two MapViews in a MapActivity. And I cannot create two MapActivities in a process. Is there a work around that will enable me to display two mapviews

[android-developers] Re: multiple mapviews

2010-07-12 Thread rukiman
I want a mapview which shows the map scaled down and another mapview which shows the map scaled up. Any way I can implement this? On Jul 13, 2:51 pm, prachi prachi.tya...@wipro.com wrote: hiii could u please throw some light on your problem??? On Jul 13, 7:37 am, rukiman