This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Distance timing API

0

Hi all, I have an iOS and Android app in development and we are struggling with the location API costs from Google. We think we have found a few solutions but are unable to find one for travel times between 2 distances. Is there a solution that isnt daily charged after a daily or monthly limit?.

asked 28 Aug '20, 11:56

UANME's gravatar image

UANME
11112
accept rate: 0%


One Answer:

2

You can use OpenStreetMap data and an Open Source solution like GraphHopper, OSRM, or Valhalla to set up your own routing server where you will bear the cost of operating the server but everything else is free. Any solution that depends on using someone else's server free of charge will not scale.

answered 28 Aug '20, 12:27

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .