I'm having a strange behavior with my markers in android maps v2.
I have a method that change the marker's icon for another when I click on a dialog button.
When the method ends, the icon changes but the old icon are still on the map.
I have noticed that when I changed the marker's shape. Here are some images to helping you understand
I tried calling remove() and adding the marker again, but no luck =(