Optimizing the route is called Traveling Salesman Problem. http://en.wikipedia.org/wiki/Travelling_salesman_problem The number of possible solutions grows exponentially with the number of waypoints. So it's the processing power that makes the practical limit
(n-1) ! It sounds that you don't need any real time optimizing. You could have a separate computer for the purpose. You can get a MIT licensed optimizing code from optimap site http://gebweb.net/optimap/ Try removing the limit. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
