There are no direct solutions, but there are a couple of indirect ones. 1. You could remove and add a new kml/xml layer to the map with only the specified polylines. 2. You could directly parse the kml/xml file and create actual polylines. Then you could directly control their visibility.
Chad Killingsworth On Jul 7, 8:29 am, Maarten <[email protected]> wrote: > Hello, > > I would like to know if it's possible to show only one polyline if it > is located in a kml or xml file with multiple polylines? > > http://www.kanalenenrivieren.eu//kaarten-kanalenenrivieren.htm > > On this page, three polylines are shown. I would like to add > checkboxes so users can choose which polylines to display. Is this > possible using the Google Maps API V3? -- 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.
