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 |
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 Ramm ♦ |