79150805

Date: 2024-11-02 13:52:59
Score: 1.5
Natty:
Report link

I had a similar issue with Google using Swift. Using Google's TextSearch API, I was unable to find specific shops. However, searching for generic places like "pizza in new york", I got an answer. My solution was to use Google's Autocomplete API instead, which can return a specific PlaceID!

My solution was in Swift, but feel free to check it out: Swift Autocomplete instead of TextSearch

Reasons:
  • Blacklisted phrase (0.5): check it out
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: jonathan112358