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
views:
12answers:
1
Q:
How to put popups on clicking a pin present at google map?please give an complete example in android
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
2010-09-03 18:30:53