I used this tutorial http://mobiforge.com/developing/story/using-google-maps-android to display Map view and set onTouch event to display a toast message (latitude/longitude) when I click on a particular area. Now my problem is that the Toast message is displayed the moment I touch the screen even if it is to move the map? I want to display the toast only if the touch down point and touch up point are the same. How do I implement that?
I used this tutorial http://mobiforge.com/developing/story/using-google-maps-android to display Map view and set onTouch event to
Share
Check if the move bit is set in the MotionEvent