I want to display a dialog box when tapping a marker on my map. i could set the marker on the map, but i am unable to pop up the dialog box which should contain the some description about the marked place. I tried overriding onTouchEvent(), but then the box appeared only when tapping the exact point. But what i want is to display the dialog box when touching any point within the marker. Could anybody pls help me?
Thanks.