On Dec 3, 4:32 pm, Peter Love <[email protected]> wrote: > Hello this is my first time using this, My problem is that when I go to > double click on my Map I want to be able to blow away another set of > polygons but still be able to single click to get those polygons back. > > Here is my code so that you can > see:http://kate.ict.op.ac.nz/~lovepj1/LWI/Singal%20Map.php
That is v2 code. The v2 group is: http://groups.google.com/group/google-maps-api You probably want to use map.clearOverlays() to remove all the overlays before creating the next set. -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
