OVI Map Route API Over HTTP

442 Views Asked by At

I'm doing some research on route distance calculation APIs, and I came across this API from Ovi/Nokia: http://api.maps.ovi.com/devguide/getting_started.html#Services

Does anyone know if they have an equivalent REST API that can be used outside of a client browser scenario?

If not, what's the best option for route distance calculation APIs? I've looked into Google, Bing, and MapQuest, but I would like to be able to use it internally without a daily rate limit.

Thanks for your help.

2

There are 2 best solutions below

0
On

I do not want to repeat what is done, so please refer to the Nokia API reference, but to be more accurate use distance method from nokia.maps.geo.Coordinate. The complete documentation is here Click here!

1
On

There is the maps image API, if showing the routes as images are sufficient. This page has the complete list if Nokia Maps APIs.