Fields parameter in Google autocomplete places suggestion api not working python

Viewed 10

I'm trying to request Google places api suggestions and passing 3 parameters.

  1. Key: API_KEY
  2. Input: amoeba
  3. Fields: 'place_id,address_component'

The purpose of field parameter is that it'll only return particular fields for cost budgeting but In my case, it seems that adding fields parameter doesn't make any difference in API response these are API the docs

0 Answers
Related