I have a map view which has overlay items on top of them. The overlay items have an action when they are taped on.
The problem is when I use pinch to zoom if it my fingers happen to be at a location of an item when I lift them the onTap() is called. how could i prevent this?
Thanks,
Jason
implement the motioneventListener instead of your current eventListener for your overlayItem and check the pointer count