I am looking for a way for when a user long touches a mapview (lets say for 1000ms) that i can some how do a certain action.
How would i go about judging how long a use
use System.currentTimeMillis() instead of ev.getEventTime();
System.currentTimeMillis()
ev.getEventTime();