Sorry, I don't currently have any webspace to upload too and I cannot figure out how to post my files straight to sites.google.com (I also have a lot of other data for labels and custom marker). I figured I shouldn't just post all of my code here. I found out a solution to my problem anyways.
I created a global array and fed each polygon into it from my for loop. <Code> polyLabel[i] = new GPolygon(coords, "#ff3f00", 1, 1, "#f00000", 0.2); map.addOverlay(polyLabel[i]); polyLabel[i].hide(); </Code> I then added a listener to my function that creates that markers. This listener shows\hides based on the counter (which is also sent to the function). This might have worked much differently if I was using GGeoXml to put up my polygons (which I gave up on a while ago trying to get it to take GeoRSS polygons) instead of just reading in the XML. Sorry for not following the Posting Guidelines exactly. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
