On Jul 27, 1:18 pm, novitonics <[email protected]> wrote: > > var request = { > origin:bars[0], > destination:bars[9], > waypoints: [{location:bars[1],stopover:true}......., > {location:bars[8],stopover:true}], > optimizeWaypoints: false, > avoidTolls: true, > travelMode: google.maps.DirectionsTravelMode.DRIVING}; >
Version 2: http://code.google.com/apis/maps/documentation/javascript/v2/reference.html#GDirections.loadFromWaypoints says 25 waypoints. Your code is Version 3 code, for which the documentation is at http://code.google.com/apis/maps/documentation/javascript/basics.html. The Version 3 docs don't appear to mention a maximum number. You could always ask in the Version 3 Group: http://groups.google.com/group/google-maps-js-api-v3 -- 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.
