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.
Questions tagged [google-places-autocomplete]
424 questions
0
votes
1 answer
Google place autocomplete - how to know selected place is belong to a given state/province or not
I am using Google place autocomplete in my website. The user will be redirected to different pages depending on state/province of place they selected.
So my question is: how to get exact state/province of a place the user has selected?

user3468312
- 49
- 1
- 1
- 4
0
votes
1 answer
Add Voice Search in PlaceAutocompleteFragment
I want voice search instead of always typing in the PlaceAutocompleteFragment so that user has the extra feature.
By following the tutorial on Google's website https://developers.google.com/places/android-sdk/autocomplete, I able to get the the…

Piyush-Ask Any Difference
- 4,294
- 5
- 46
- 92
0
votes
1 answer
CORS error when I try to use google place autocomplete API with Axios
I set up a very simple class in TypeScript to access the "Place autocomplete" API from Google using Axios as HTTP client but the request failed and returns a CORS error.
import axios from 'axios'
export default class GoogleRequester {
private…

Victor Castro
- 1,232
- 21
- 40
0
votes
1 answer
Google Place auto complete API bounds not working in swift iOS
I have implemented google place autocomplete api and I have applied bounds to restrict my auto complete search to one specific city Orlando, FL, USA but Google place api is not filtering data for only this city. It is searching placing all over USA…

Ajay Gabani
- 1,168
- 22
- 38
0
votes
0 answers
Google places Api result different from Uber or OLA result
I am using PlaceAutocomplete for getting all the location and I have open default autocomplete location intent by using the following:
Intent intent = new PlaceAutocomplete.IntentBuilder(PlaceAutocomplete.MODE_FULLSCREEN)
…
0
votes
1 answer
Survey fields get cleared when updating value on a custom widget made with PlacesAutocomplete
I am using SurveyJS to quickly build a survey form in React/Redux.
I implemented a custom widget using a React component for Google Maps Places Autocomplete. My problem is that once suggestions appear and the field state changes, the contents of all…

ajie
- 23
- 6
0
votes
0 answers
I want to format my Google API autocomplete data
I am using Google API for address search and I got it completely.
I tried to format the data using CSS and its look something like this:
Here is my CSS code:
.pac-container:after {
/* Disclaimer: not needed to show 'powered by Google' if also a…
user8718405
0
votes
1 answer
How to have Google Places Autocomplete work with AMP?
I'm trying to convert this homepage to AMP: excurj.com. Is there a way to keep the Autocomplete feature on the hero search field ?
I saw this question. However, I need these two scripts to make autocomplete work: