Do you know how many free requests per day can be made to the Distance Matrix API? [closed]

-1

Hello good afternoon everyone, I am developing an RSU route optimization project, and I need to obtain the distance matrix of the points that the user adds to the map, I have read the documentation of the Distance Matrix API in terms of requests per day but it is not very clear to me, someone could help me, I just need to know how many requests I can make to the service per day.

(Call requests to the link you consulted to get the JSON response).

Thank you very much in advance, I hope and someone can help me.

    
asked by Juan Luis Hernandez Navarro 02.10.2018 в 20:20
source

1 answer

-1

It seems that they changed the payment method and now they charge you for the amount of requests that you make to the API. The more orders, the more you pay, that means there are no limits, but the limit is what you want to pay.

  

As of July 16, 2018, to continue to use the Google Maps Platform APIs,   You must enable billing on each of your projects. If you choose not to   add a billing account, your maps will be degraded, or other Maps API   requests will return an error.

That means that from July 2018 if you are not subscribed to the API with your payment address, the orders to the API will send you an error!

PRICES

0-100,000 --- > 0.005 USD per each ($ 5.00 per 1000)

100,001-500,000 --- > 0.004 USD per each (4.00 USD per 1000)

More info:

Documentation

    
answered by 02.10.2018 / 20:35
source