On Jul 20, 8:16 am, the best group <[email protected]> wrote: > hi, > > I have a v2 map which has many makers, polygons, and lines, but I need > to know how to search for each maker, or polygon and remove it from > the map (so the map will be cleaned as it has been initialized first > time) > > any help plz?
Keep track of them when you add them to the map (one suggestion: push them into an array or several arrays) Remove them when desired. Another suggestion: recreate the map with the initial parameters.; -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
