Re: Can draw path from location and another location on Gmap
Have you tried reading the documentation?
http://www.google.com/apis/maps/documentation/#GPolyline_code_
var pline = new GPolyline([yourpointarray],'#000000',5,0.5);
map.addOverlay(pline);
0 Comments:
Yorum Gönder
<< Home