[android-developers] Re: Any examples of displaying an information box when clicked on a map marker ?

2009-11-16 Thread rde8026
I spent some time a month back looking for this and didn't get anywhere. I'm pretty sure (but of course I've been wrong many times) that replicating what you see on the GMap's browser features is not going to be possible on the Android. I'm not sure rendering works the same. What I did was just

Re: [android-developers] Re: Any examples of displaying an information box when clicked on a map marker ?

2009-11-16 Thread TreKing
I'm doing something along these lines to show information for a bus stop when the user taps on the stop's icon on the map. You can see screen shot of it on my app webpage. It's not super fancy, but the basic idea is there. What you can do is create a custom view that's designed the way you want

[android-developers] Re: Any examples of displaying an information box when clicked on a map marker ?

2009-11-16 Thread Mika
To my knowledge there are no built in components to do this, but of course you can always put any view you want on top of the map activity. The way I do this is that I have my MapActivity layout defined something like ?xml version=1.0 encoding=UTF-8? FrameLayout