Somes places are not found from google api,
It used to return results before the last update but it does not anymore.
examples :
Pizza hut – france
Domino’s pizza – france
In & out burger – los angeles
etc..
Do you know why ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Had the same issue but solved it this way:
For spaces: have to enclose the whole name in double quotes: %22name%20with%20spaces%22
For quotes: have to encode them as a space: Domino%20s
I tried it with your pizza hut example and got results back with my key