Google Distance Matrix API Alternatives? [closed]

ぐ巨炮叔叔 提交于 2019-11-28 17:24:17

问题


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!


回答1:


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




回答2:


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




回答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.




回答4:


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




回答5:


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.




回答6:


Traveltimeplatform. Just named differently - http://docs.traveltimeplatform.com/reference/time-filter/



来源:https://stackoverflow.com/questions/6163136/google-distance-matrix-api-alternatives

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!