I'm using Google places API to check the places nearby and let the user pick one. Everything works fine but I'm having location issues, If I send the longitude and latitude to the api call for a search, for example "McDonalds" I get results in CHICAGO instead of San Francisco...
Any Idea what maybe happening? This is my query:
https://maps.googleapis.com/maps/api/place/autocomplete/json?input=mcdonald&types=establishment&location=37.76999,-122.44696&sensor=false&key=hereIsWhereMyKeyGoes
This is Google's documentation: https://developers.google.com/places/documentation/autocomplete
Thanks!