I'm interested in working on a side project at work that combines traffic data and automatic 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:
- Real-time traffic data acquisition in a limited region using an automated system
- Automatic geocoding and local caching of received values โโof longitude and latitude
- Free development license for internal testing (may have limitations on the request, etc.)
I do not need to display maps. I just need to get directions and traffic data that I can use to implement a simple Vera-Desire-Intent agent system that automatically schedules and redirects service trucks based on time constraints and traffic problems.
Thanks!
source share