Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps API Geodecoder Limit

I've made a trip planner for bus and I had an idea. Instead of doing the request from a PHP page using AJAX when someone click on the map to setup the marker, I created a script using the method geocoder from Google Maps API in Javascript.

Now, since I know Google limit the request per day per "IP" at 2,500 I want to know something.

Since the request is made by Javascript (client script) directly to the Google server's. My website will use the limit of 2 500 because the request come from a script on my website or it's going to be 2 500 requests per client I get (by IP in reality) because the request come from the client side ?

Thanks.

like image 295
David Bélanger Avatar asked May 24 '26 22:05

David Bélanger


1 Answers

The IP Address used is the servers, not the clients. If you plan on it exceeding 25,000 a day, than you can signup through Google's paid services, and they will charge for anything exceeding the limit.

like image 125
Bobby Avatar answered May 27 '26 12:05

Bobby



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!