My app uses google maps v2, I add a groundoverlay to my map. Does anyone know how I can remove this overlay?
Thanks
.remove() doesn't seem to available
My app uses google maps v2, I add a groundoverlay to my map. Does anyone know how I can remove this overlay?
Thanks
.remove() doesn't seem to available
Copyright © 2021 Jogjafile Inc.

there is the method remove(): https://developers.google.com/android/reference/com/google/android/gms/maps/model/GroundOverlay.html#remove()
You just have to keep a reference to the ground overlay when you create it:
then remove: