today i started integrating the Places Autocomplete widget in my app, with the help of the Autocomplete.IntentBuilder, to give my users the ability to search for an address they want, and get LatLng of it. I followed the descriptions here listed https://developers.google.com/places/android-sdk/autocomplete#add_an_autocomplete_widget
Everything works good, but I am a little bit confused about the api usage limits and pricing.
Are those limits per client/user or by api key? This is not mentioned at https://developers.google.com/maps/billing/understanding-cost-of-use#places-product, or at least I couldn't find anyhting about it. And they talk about "Autocomplete sessions", are this automatically handled by the Autocomplete Intent called?
Thank you!