I\'m working on an application that displays the location of moving items on a Google MapView. I need a way to update the position of the icons that represent the items (as
There are two things that I have in mind about your problem.
First, did you consider using invalidate() on the MapView to force a redraw? That's probably not the most efficient solution, but it should at least get you something you can work from.
Second, you can refresh the items on your map by calling the activity again. Here is an example.