Distance calculation

I wanted to connect to the site (thesis) the calculation of the cost of cargo transportation by distance. Tried it using Google maps and Yandex maps, but in both cases you have to pay and pay is not enough. Is there an option to do this without such costs?

Author: Almaz, 2020-02-01

1 answers

Yandex has an example of calculating the delivery cost in the sandbox: https://tech.yandex.ru/maps/jsbox/2.1/deliveryCalculator

On their page with the description of the JavaScript API (https://tech.yandex.ru/maps/jsapi/) says that " Use the Yandex API.You can use the maps for free if you comply with the terms "and further -" All data must be displayed on the map posted on a public website or in the app. You can't save or change data... You can't use the Free API use it for monitoring transport and in closed systems. The total number of requests to the geocoder, router, and panoramas per day should not exceed 25 thousand." The full terms are available on the page https://tech.yandex.ru/maps/jsapi/doc/2.1/terms/index-docpage/#index__conditions

The correct thing to do is to write to Yandex Maps technical support, describe your scenario for using their API, and ask about the validity of its free use. use cases: https://tech.yandex.ru/maps/geocoder/doc/desc/feedback/troubleshooting-docpage/

 1
Author: naivv, 2020-02-01 12:29:06