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 setOnLongCl
setOnLongCl
Best way I know to do this is to use the open source mapview-overlay-manager and use its gesture listener which provides a callback for
public void onLongPress(MotionEvent e, ManagedOverlay overlay)