I'm interested in working on a side-project at work that integrates traffic data and automated route planning with our dispatching application. However, it seems that Google Maps and the Microsoft Virtual Earth Platform place restrictions that interfere with what I would like to do.
Is there an API (free or commercial) that allows the following:
- Retrieval of real-time traffic data in a constrained region by an automated system
- Automated geocoding and local caching of resulting longitude and latitude values
- Free development license for in-house testing (can have request limits and such)
I don't need the ability to display maps. I simply need to retrieve directions and traffic data which I can use to implement a simple Belief-Desire-Intention agent system that will automatically schedule and reroute service trucks based on time constraints and traffic problems.
Thanks!