On Nov 13, 5:03 pm, sanjay <[EMAIL PROTECTED]> wrote: > I'm asked to develop an algorithm that optimizes solid waste collect > routes; I'm thinking to get all the driving routes in a specified area > from GMaps but I'm wondering if there's an API to do so.
Optimising routes is called the Travelling Salesman Problem. Searching for that will find some posts with useful information about it, among all the others which say what the problem is called. 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 -~----------~----~----~----~------~----~------~--~---
