This project is fairly simple yet, complicated.
- 50+ addresses are present
- User will input or import addresses
- Script must take addresses and provide non-optimized(or optimized [fastest/shortest]) direction between each address
- Script must be able to map directions on map and provide information such as total distance, proximate time.
- On side note script must validate address if it's valid or not. If not then tell user to fix it.
So far the company was using a desktop application for tracking, routing, directions, etc.
Now they want a web version.
I was thinking about using microsoft's bing service or google's maps.
Which do you think would suit better?