Reputation: 6813
I have been looking this but haven't found a concrete example. Is there a way to click a specific point on a Map and then draw a overlayitem it?
Upvotes: 2
Views: 995
Reputation: 1006819
You can override onTouchEvent()
and use that to determine where a user taps. Here is a sample project that uses this for drag-and-drop of OverlayItems
.
Upvotes: 3