tags:

views:

12

answers:

1

in my app i am using google maps.on clicking a pin on google map we have to get an popup at that position.but i am using custom dialog it display the message at center of the mapview.so how to display a popup instead of dialog at the position we have clicked

A: 

STEPS:

1)create an absolute layout

2)set it as invisible

3)when ever u tap the event set it as visible

4)make sure that u will set layout params

5)add this view to object of map view

harish