Draw an animated curve between two points on a map
in
Programming Questions
•
6 months ago
I am working on a project in processing with twitter. I am trying to visualize how topics spreads on twitter. For this I need to draw an arc or curve between two points on the map. I am using MercatorMap to display point on the map with geocoding from google api's.
I was able to draw a curve on the map with the help of some amazing member here but I need to draw these curves in animation. Can someone help me out with it.
1