Hello,
I would want to use Google's Place API to help our user fulfill their addresses easily and quickly. I've understood about limitation and price, however, I don't know yet how exactly Google count our requests.
For autocomplete service, whenever user type in the box, an Ajax request fired to Google's server to get suggestion : AutocompletionService.GetPredictions
Then when user chose their address on that lists of suggestions, another request fired, this is : PlaceService.GetPlaceDetails
Thank a lot,