On Jul 7, 11:29 pm, Maarten <[email protected]> wrote: > > 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 can try this with Fusion Tables Layers (still in Labs) http://code.google.com/apis/maps/documentation/javascript/overlays.html#FusionTables For example I found a Fusion Table with province boundaries: http://tables.googlelabs.com/DataSource?dsrcid=194544 I used a select menu to choose which polygon to display: http://www.william-map.com/20100708/1/map.htm ... -- 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.
