how to create a Polyline in google map v3 , and make it enableDrawing..

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-03-31T08:11:13Z Indexed on 2010/03/31 8:13 UTC
Read the original article Hit count: 260

this code is in v2:

var polyline = new GPolyline([point1,point2], "#ff0000", 5);
map.addOverlay(polyline);
polyline.enableDrawing();

and how to do in v3 ??

thanks

© Stack Overflow or respective owner

Related posts about google-maps

Related posts about google-maps-v3