views:

42

answers:

1

I have been lookling this but havent found a concrete example is there a way to click a specific point on a Map and then draw a overlayitem it?

+1  A: 

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.

CommonsWare
It really help me a lot i also had a problem on drawing but no big deal thanks!!
Necronet