On Jul 20, 8:03 am, Christopher Watson <[email protected]> wrote: > Hey, thought about another mapping project i want to do, how would i control > all the overlays? could they be grouped to one?
I'm not sure what you mean by "grouped to one". If you want to control them, you need to keep a variable which will let you do that (maintains a unique reference to each overlay). You could push all the references in an array and write a function which allows you to do the same thing to all of them. -- 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.
