I use BalloonItemizedOverlay to display pins on a map. The user is allowed to drag it and when dragging is finished, I replace it on the new position on the map. All this is working as expected, but the only thing I have no clue on how to do is: How can I have that pin to be updated on the map during the dragging phase? On IOS and javascript this happens automatically without adding code, but not so on android. What is the trick?
Share
To solve this, please move pin/marker instead of ballon view.