Originally Posted by
Alice
Ok. Well the graphical part is almost completed, but never mind.
Don't you worry about that.
Please send me the logic part, i'll see what i can do in that.
though i cant assure you solving the puzzle.
Originally Posted by
Alice
Another idea, although not te be underestimate either, is a logistics manager:
You have a list of packages with a delivery address for each, and you have a list of trucks. Using the
Google Directions API you can calculate the distances between all the delivery points and with that list generate the most efficient itineraries for the trucks.
This API is not as complicated as it looks. You just need correct Google maps formatted addresses, and the number of requests Google allows is limited per day. The real difficulty however will be managing all the distances between the delivery points to generate lists for your trucks. I'm sure you'll need every bit of Java you know to make this program.
Let me know what you think about it.
Thats a good idea, i am checking the link. I'll reply back and i'll get back to you if i need any help in that.. Thanks