I am fairly new to Android and am looking for some help.
I have a simple MapActivity and a vector of Stops(lat,long) with an ItemizedOverlay placed on each stop. I know the distance between each stop and the speed at which the bus will be travelling. Seperately using the Haversine formula i can calculate what position(lat,long) the bus will be at after a certain time. I would like to visualize(animate) the journey that would be taken from the first stop to the last stop. My question is what would be the best way to go about doing this.
Thanks in advance