google maps - Moving icons on a Android MapView -


I am working on an application that displays the location of moving objects on Google MapView. I need to update the status of icons that represent items (as well as updated data every two seconds the mouse has to face).

I currently have an activity in the app that extends metaprivity, but I have overlaid a static overlay that pulls some lines on the map and a mad overlay pulls a static icon.

There is a draw () method which claims to be used by animated overlays, but overriding it to do my animation still does not make anything alive.

Do I need to tell the app to animate my overlay, or do I need to use a different type of overlay?

Comments