In my site www.jade1.nl (sorry it is only in dutch) you can click on
the link "Voorbeeld: een Fietstocht " .
In the map I created the Polylines from coordinates:
Maybe the next code lines will help you:

var pospoly = new GPolyline([], "#ff0000", 2, .8);
 for(i=0; i<rpoints.length-1; i++) {
        pospoly.insertVertex(i,new GLatLng(rpoints[i]));
        }
map.addOverlay(pospoly);

with sailorgreetings
Guus Jansen.


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

Reply via email to