Some beta tester are complaining about my app because they are not finding places. So I asked them to give me an example. This is not linked to my app but to the autocomplete which answers ZERO_RESULT
I tried with solution proposed here:
Google search place api, places not found
But it is still not working.
Then here:
Google maps finds locations that its API doesn't
But i am already doing it right (i changed by textsearch instead of autocomplete and I have no answer for this one and answers for the other test)
Here is an example: In map search neteven paris (for information the autocomplete find it)
With auto complete api (using postman):
GET /maps/api/place/autocomplete/json?key=MY_KEY&input=neteven paris HTTP/1.1
Host: maps.googleapis.com
Cache-Control: no-cache
Postman-Token: 26e4f3c5-024a-e32c-9202-038b8d6fbb33
GET /maps/api/place/autocomplete/json?key=MY_KEY&input=neteven%20paris HTTP/1.1
Host: maps.googleapis.com
Cache-Control: no-cache
Postman-Token: 26e4f3c5-024a-e32c-9202-038b8d6fbb33
GET /maps/api/place/autocomplete/json?key=MY_KEY&input=%22neteven%20paris%22 HTTP/1.1
Host: maps.googleapis.com
Cache-Control: no-cache
Postman-Token: 26e4f3c5-024a-e32c-9202-038b8d6fbb33
All returns:
{
"predictions": [],
"status": "ZERO_RESULTS"
}
I also used with types=establishment but no answers.
With other places I get an answer with result:
GET /maps/api/place/autocomplete/json?key=MY_KEY&input=beach%20club%saint%22&types=establishment HTTP/1.1
Host: maps.googleapis.com
Cache-Control: no-cache
Postman-Token: f88d649f-1f9d-bf8f-d4c6-49dfc2b2a84c