On Nov 19, 9:30 am, Kannan Natarajan <[email protected]> wrote: > polyline = new GPolyline.fromEncoded({ > }); > map.addOverlay(polyline); > > 4) Need to edit the above drawn line in google map.
Difficult to be certain this will work without a link, but have you tried polyline.enableEditing() ? http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GPolyline.enableEditing -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
