I am displaying tweets on a static map. The tweets are plotted over time on the map, so I don't set any background color in the Draw() method. Otherwise it will refresh the screen and plotted points will disappear.
However, I want to move a small circle from one location to another (based on plotted tweets) without drawing a line. Is there anyway to do so without setting background in the Draw()?
1