Hi There
I am trying to basically show a polyline route on a map with heaps of
points
is there a limit on the number of point entries
The load fromway points has a limit of 25 but I use load
directions = new GDirections(map);
GEvent.addListener(directions, 'load', onGDirectionsLoad);
directions.load(routes, {getPolyline:true});
Also I tried using just the polyline and giving it a array of LatLngs
but they all seem to be originating from one point I want the route
polyline to be in an orderly fashion i.e from (40,-83) to (39.9,-83)
and so on....
var routes='from: 40 , -83 to: 39.95653 , -83.04347 to: 41.02898 ,
-81.97102 to: 40.62318 , -82.37682 to: 40.72463 , -82.27537........";
Any help would be appreciated
Cheers
Priya
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---