Re: [android-developers] PopUpWindow not displaying when tapping on marker

2010-06-24 Thread TreKing
On Fri, Jun 18, 2010 at 12:58 AM, Nithin wrote: > Here layout is an object of LinearLayout. And this LinearLayout is placed where exactly? - TreKing - Chicago transit tracking app for Android-powere

[android-developers] PopUpWindow not displaying when tapping on marker

2010-06-17 Thread Nithin
Hi, I am displaying google map and on top of that some overlay items(Markers) are there. When tapping on the markers, I need to display PopUpWindow. The code is executing but popup is not displaying. popUp.showAtLocation(layout, Gravity.TOP, 0, 0); popUp.setFocusable(true); popUp.setTouchable(tru