I need to write an application which is to calculate the estimated driving distance between two UK addresses; I think I can use Google as following:
http://maps.google.com/maps/nav?q=from:London%20to:Dover
However, anyone knows what is the daily/monthly limit of querying the database from a single IP address?
I need to implement in a commercial application (freight services), is there any reliable alternative? I can spend some money; but ‘some’;
Development language/platform: C#, .NET
Regards,
I have solved the problem using Google Maps and I have written custom API using Newtonsoft JSON.
I haven’t yet posted solution anywhere on blog ( will do soon ).
If anyone is interested in getting piece of code, please ping me.