I\'m trying to show and remove polygons onto a Google Map, using v3 of the API. In my JavaScript, I\'ve already got an MVCArray of some custom Lat-Longs.
I\'m trying to
I'm not sure if this answer applies to javascript, but definitely applies to java.
If you have a reference to the polygon object you want to remove, then simply call the remove() method of that polygon. Refer to the documentation linked below.
https://developers.google.com/android/reference/com/google/android/gms/maps/model/Polygon.html#remove()