Google Distance Matrix API Alternatives?

35,733

Solution 1

MapQuest RouteMatrix is pretty much the same thing: http://www.mapquestapi.com/directions/

Solution 2

Bing's Route Data API may be an alternative you can consider - http://msdn.microsoft.com/en-us/library/ff701718.aspx

Solution 3

I'm not sure if they have the same functionality, but DeCarta ( http://www.decarta.com/ ) has some nice map API stuff for routing / display.

Otherwise you could go for open source stuff like PostGIS with OpenStreetMaps or openrouteservice ( http://openrouteservice.org/ ) there are routing libraries, although I haven't used them extensively myself, so I'm not sure what they have to offer.

Solution 4

The GraphHopper Directions API includes a Matrix API. Based on OSM data and very fast. Comes with a JS demo and a Java client. Note: I'm the author.

Also we allow all use cases.

Solution 5

Many developers have been able to do this with the Bing Maps REST routing service http://msdn.microsoft.com/en-us/library/ff701705.aspx. It requires a bit more development but works well. Here is an example: http://code.msdn.microsoft.com/Bing-Maps-trip-optimizer-c4e037f7

Share:
35,733
DenTheMan
Author by

DenTheMan

Updated on July 09, 2022

Comments

  • DenTheMan
    DenTheMan almost 2 years

    Can you recommend alternatives for the Google Distance Matrix API? This service is great but has some serious quota limitations and the Terms of use are also pretty tough.

    Thanks!

  • Icode4food
    Icode4food over 9 years
    MapQuest is starting to charge for their API usage. They also offer a similar service using OpenStreetMaps but in my experience the free offering struggles to find many address.
  • cyberspy
    cyberspy about 4 years
    decarta.com 301 redirects to uber.com now 😒
  • Oofpez
    Oofpez almost 4 years
    would recommend graphhopper then