Hey guys, I'm trying to find a way to hide/show a series of paths I've added to my map. I have added them by doing
var points = [new GLatLng(x,y), new GLatLng(x,y), new GLatLng(x,y),] ; map.addOverlay(new GPolyline(points)); basically I'll have some checkbox's to hide and show selected paths. Just wanted to know how to access those poly objects to hide/show them. Thanks :) Xarion -- 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.
