On Oct 22, 5:04 am, zimmer79 <[EMAIL PROTECTED]> wrote: > Hi guys, > > I thought I had this problem solved, but it's reared it's ugly head > once again. > > Basically I just need the code that will let me toggle the polylines > on and off. I'm not a programmer and to be honest I've surprised > myself by getting this far with the map.
See some of the other posts for examples: http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=toggle+polylines&qt_g=Search+this+group > > The first thing I did was put the in one of the marker categories but > that didn't work, so now I'm stumped. > I created a category for the line called "civic" but I'm scratching my > head after that! You need to save references to the polylines (usually in an array) like you are doing with the gmarkers array for the markers. Here is one example (a recent thread): http://groups.google.com/group/Google-Maps-API/browse_frm/thread/28611be7ac88b731/db0861f46b1f9901#db0861f46b1f9901 -- Larry > > Here's the link: > > http://www.allthingsasia.info > > Many thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
