3
I’m finishing a system in PHP, where the client asked if it has how, generate a route between companies, and generate the shortest, for example, it has 50 companies registered in the database, with address and everything else, he wants, select for example 10 of these companies to make deliveries, what he asked me was: I can select the 10 companies, and the system redeem the addresses, and he (with the help of the google API) calculate the shortest route between these 10 points? I answered "good question" haha.
Joking aside, I’ve never worked with the Google Maps API, does anyone have any tips, or help? And the question you don’t want to shut up, is how to pass these 10 addresses in the client example by XML (or other type) for Google Maps to calculate the shortest route and show me this route?
Thank you all, as the saying goes:!
Related question: http://answall.com/q/49505/132
– Victor Stafusa