Returning a GeoPoint on user touch MapView Android
问题 I'm having trouble trying to figure out a way to return a GeoPoint with the longitude and latitude of the location the user just touched. I have seen and read tons or examples that display the longitude and latitude in a toast by overriding dispatchTouchEvent() . I believe this won't work for my case for the following reason. I want the user to be able click a button that will then call another method that will return a geopoint on the user's next tap. So, in short, a geopoint is only