1

I have POIs showing up on the map, using OverlayItem and ItemizedIconOverlay (an ItemizedIconOverlay list of OverlayItems). I want to be able to drag these markers around and place them different locations on a map. How would you do this on on osmdroid?

I am using OSMDroid 3.0.5

digerati32
  • 623
  • 2
  • 6
  • 17

1 Answers1

0

Check out this SO question Unable to implement onTouchEvent (Drag & Drop) with Osmdroid

You can also check Osmdroid issue 225 where they talk about this.

Community
  • 1
  • 1
jp36
  • 1,873
  • 18
  • 28