I use onTap event but onTap occur when i get finger from screen. And i want to some event for overlayitem for touching. Did anybody understand me what i want?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at the Mapview Overlay Manager project, which uses a
GestureListenerto provide the following touch events:Up to you whether to adopt the whole library or just use it as a guideline for your own implementation. I imagine it shouldn’t be too hard to come up with a generic
onToucheventmethod, if none of the five above suit your needs.