Hi All,

Could you please let me know how to edit the Encoded Polyline after
line has been drawn in googlemap.

Detail:

1) I've KML file saved in database.

2) Retrieved the KML file and

3) Using the below code drawn the polyline over on the map.
          polyline = new GPolyline.fromEncoded({
                color: colorString(i),
                weight: 4,
                opacity: 0.8,
                points: pathResults[i][j].encodedPoints,
                levels: pathResults[i][j].encodedLevels,
                zoomFactor: zoomFactor,
                numLevels: numLevels
            });
            map.addOverlay(polyline);

4) Need to edit the above drawn line in google map.

Thanks in Advance,
Kannan.N

-- 
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.

Reply via email to