Questions tagged [google-places-autocomplete]

The Place Autocomplete service is a web service that returns place predictions in response to an HTTP request. The request specifies a textual search string and optional geographic bounds. The service can be used to provide autocomplete functionality for text-based geographic searches, by returning places such as businesses, addresses and points of interest as a user types.

424 questions
-2
votes
1 answer

Question regarding the Google Autocomplete query with ZERO_RESULT status

I implemented some kind of address validation using Google autocomplete query and for some of the search requests I getting ZERO_RESULT, and based on the docs it means : ZERO_RESULTS indicates that the search was successful but returned no…
-2
votes
1 answer

Google maps fit location to screen with different bounds

Firstly, I have been checking all over the web but I couldnt find an answer. I combined autocomplete with goole maps and if a user wants, he/she can move the marker as well and I get address from it. You can find the code below. When a user…
-2
votes
1 answer

Google Places Autocomplete not working only sometimes

Places autocomplete (javascript) has been weird in a lot of ways. I'm to the point that it works seemingly all the time on certain browsers, but intermittently on others. And to get here I've had to do some things counter to other advice, (though…
-2
votes
1 answer

retrieve the postal code along with the address using the Google Places Autocomplete API

I'm using the Places Autocomplete Google API passing - input and key. I type an address (search text) which is sent to the API and all the matches (addresses) for that text is returned from which I select one. The addresses returned don't have a…
1 2 3
28
29