Hello, I need to add multiple circles in google maps and in the same way to be able to remove them all, so far I can add them, but I can't delete them, they keep drawing on themselves
thanks for your help.
Add Circles:
Dim Circle1 As Circle
Circle1 = gmapExtra.AddCircle(gmap, co)
Remove circles:
Circle1.Remove
thanks for your help.