Tintef / react-google-places-autocomplete

React Google Places Autocomplete input -- fully customizable
https://tintef.github.io/react-google-places-autocomplete
MIT License
376 stars 161 forks source link

Minimizing Data Requests to Stay Within Google Places API Free Tier #343

Open mariocc22 opened 9 months ago

mariocc22 commented 9 months ago

Hi,

I'm using this library and concerned about incurring charges due to data requests beyond the free tier (only id and name). Could you clarify:

  1. How to limit requests to only fetch the id and label/description to avoid charges, specifically sticking to the free tier?
  2. Insights on managing requests within the Google Places API's pricing would be very helpful.

Thanks for your support!