I've been playing with the code of this example: http://code.google.com/apis/maps/documentation/javascript/examples/polyline-complex.html
I've made the markers draggable and now I want the polyline to follow the markers as they are dragged. If I understand correctly, I ought to be able to use the bindTo concept to link the 'position' of the marker to the corresponding position within the 'path' variable of this example. None of the bindTo statements I have tried have done the trick. Any suggestion would be most welcome. I realize that I could listen for the marker being dragged and then insert new coords into the path. But my impression is that bindTo does away with the need for that coding. -- 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 google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.