I haven't bothered translating the query, because you didn't include a
link as per the posting guidelines, and there appears to be a major
problem here:

> Ejemplo:
>
> var puntosRuta=[];
> var puntosRuta[0]=A;
> var puntosRuta[1]=B;
> var puntosRuta[2]=C;
>
> gdir.loadFromWaypoints(puntosDeRuta, {getPolyline:true});

You are creating an array called puntosRuta and then loading from an
array called puntosDeRuta.

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