Is seems odd to me that user can drag editable polyline vertexes, but there is no way to programatically move vertexes. Given that limitation, I'm wondering which technique I should use to move a two point polyline along with a draggable marker. 1. Delete and insert the endpoint vertex for each drag event. 2. Remove and add back a new overlay for each drag event.
I'd guess 1. would be more efficient, but I've read about bugs in deleteVertex, so I'm considering going with 2. Of course I'd much rather just move a vertex! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
