Map Click and drawing item
I have been looking this but haven't found a concrete example. Is there a way to click 开发者_JAVA技巧a specific point on a Map and then draw a overlayitem it?
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
.
精彩评论