Advertisement
Advertisement
| 06.20.2008 at 08:41AM PDT, ID: 23502616 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: |
function handleErrors() {
map.addOverlay( new GPolyline( pts ) );
}
} // end of the loop
gdir = new GDirections(map);
GEvent.addListener(gdir, "error", handleErrors);
alert (sTo);
gdir.load(sTo, {preserveViewport:true} );
|