Check if your overlays don't have a padding, which is invisible. If you are using an image or something, and you have set a padding, then the view actually is bigger than what appears to you.
Thanks and Regards, Kumar Bibek On Apr 26, 11:40 am, Nithin <[email protected]> wrote: > Hi, > > I displayed map and on top of map, I displayed a number of overlay > Items(Markers). Clicking on overlay Items or markers will do some > action. But the problem is when I click around the marker, means > outside the marker, at that time also, the event triggers. I want to > restrict that exactly when I am clicking on the marker, event has to > take place. I am doing the event in opTap() method. > > How can I restrict the event triggering to exactly when I click on the > marker. > > Nithin > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

