i am developing an android application which is based on mapview. (a live real time bus timing application).
im using the "overlay" class for this purpose (inserting the icons etc'). i am recieving an array of GeoPoints, and i need to create an animation in which a certain icon is moving through the GeoPoints index route. (in short - an icon that represents a bus which is moving on a certain road / route)
how can this animation be achieved?