Place from Google Maps missing in Google Places API -
I am trying to find a specific place in the Google Places API without success when I click on "La QCina Tratoria" in Google Maps I type, I get three results. However, when I run this query:
I get only two results. That's why I have tested more questions with similar effectiveness:
Input = La% 20cucina% 20trattoria% 20gmbh - No Results
- In Missing Location (I Exact location is given as parameter)
Place = 48.139649,11.602685 and rank = distance & amp; Keyword = Neherstraße% 209 - The lost place in the outcome (though, it is returning results from the same road)
My client named two random places and none of them in the Google Places API met. Is it possible that Google Places API and Google Maps work on two separate databases? Or can these places be hidden in the public API?
I have come to similar issues, but usually by changing the query, give better results. In addition, you can do manually:
Mailing https://maps.googleapis.com/maps/api/place/add/json?key=AddYourOwnKeyHere HTTP / 1.1 Host: Maps.googleapis "{0}", "Phone": "(02) 9374 4000", "Google"! "Address": "48 Piramma Road, Pyrmont, NSW 200 9, Australia", "Type": ["Shoe Stost"], "Website": "http://www.google.com.au/", "Language ":" N-Au "} This should allow your application to be viewed immediately and potentially added to Google Maps.
Comments
Post a Comment