Thanks guys.  Dumb rookie mistakes.

On Sep 24, 3:06 am, Mike Williams <[EMAIL PROTECTED]> wrote:
> You can't remove a "map.addOverlay()", you have to remove the GPolygon.
>
> In order to do that, you have to keep a reference to the GPolygon.
>
>   var rectangle = GPolygon.Shape(...);
>   map.addOverlay(rectangle);
>   map.removeOverlay(rectangle);
>
> --http://econym.org.uk/gmap
> The Blackpool Community Church Javascript Team

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to