android maps: How to Long Click a Map?
- by vamsibm
Hi.
How do I long click on a mapview so that a place marker appears at that point on the map?
I tried a couple ways without success:
1) Using setOnLongClickListener on the MapvView which never detected the longclicks.
2) My other idea was to extend MapView to override dispatchTouchEvent .. Create a GestureDetector to respond to longpress…