Hello everyone,
in my app,i have scenario where i show feature layer with some points.i have created a class that extends defaultmaptouchlistener to handle tap events. this works fine without an issue.
in some cases,my map may also have some graphic overlays which also need to be tap recognized,the problem is that the tap listener fails to recognize tap events on graphic overlays..
how do i create a single taplistener that works both for feature layer points and graphic overlays?