Skip to main content
The 2024 Developer Survey results are live! See the results

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.

google-places-autocomplete
0 votes
0 answers
23 views

Using Google Place Autocomplete API key on client side javascript for getting autocomplete suggestions for address autofill

I am developing a web application using HTML, CSS, Javascript as frontend and Django as backend python server. I have a form on the frontend side which consists of common address fields like street ...
Srinath Silla's user avatar
-2 votes
0 answers
161 views

Google Place Autocomplete Widget Suggestions Items not clickable by mouse

I am experiencing an issue with selecting items in the suggestion dropdown of Google's autocomplete: when I click on them with the mouse, the item is not selected. The only peculiarity is that the ...
Frank's user avatar
  • 1
0 votes
0 answers
19 views

Using sessiontoken in Google Places API and flutter

I am using the Places API to fetch information about certain cities in my app. Everything is working fine so far except for the billing view. I also use dio for the http requests. Here is how I add ...
DeKekem's user avatar
  • 1,483
-2 votes
0 answers
29 views

GooglePlacesAutocomplete show Specific City Addresses in React Native?

how to show only specific city or any selected city addresses in GooglePlacesAutocomplete drop down list in React Native? I want if user selects any specific city then only show selected city ...
Muhammad Umar Zaman's user avatar
0 votes
1 answer
118 views

UI doesn't update after changing state of riverpod notifier

I am using a SearchAnchor with a SearchBar and I'm trying to show autocomplete suggestions retrieved by the Google Places API (new). The api call works and returns the result as well as its parsing. ...
Edvard's user avatar
  • 378
0 votes
0 answers
78 views

React google maps api autocomplete issue with selection via arrow keys

In React, I have an issue using autocomplete from the google maps api where selecting a location via up/down arrow keys in the dropdown menu followed by enter does not seem to select the location. ...
Soup's user avatar
  • 45
0 votes
1 answer
39 views

Unknown LocationRestriction type in Places Autocomplete API Android

Trying to restrict results from AutoComplete predictions to a set radius. Here's my code: List<Place.Field> fields = Arrays.asList(Place.Field.NAME, Place.Field.LAT_LNG, Place.Field.ADDRESS, ...
Asim's user avatar
  • 7,082
0 votes
1 answer
175 views

React google places autocomplete returning only one place (Needing zip)

I'm attempting to use react google autocomplete, the issue I'm having is that for some reason both libraries react-google-places-autocomplete and react-places-autocomplete always return a single value ...
Nilton Schumacher F's user avatar
0 votes
1 answer
48 views

Uncaught TypeError: Cannot read properties of undefined (reading 'geometry') - onPlaceChanged() triggering but getPlace() returns undefined

I am getting some errors when I click on any prediction from the google places autocomplete dropdown of predictions. From what I've discovered it getPlace() returns "undefined" the first ...
R00M's user avatar
  • 1
0 votes
1 answer
85 views

I want to filter Google places autocomplete suggestions only for India in Next Js

I am using the react-places-autocomplete package in my next js project, and I want to filter out the suggestions only for India. I don't want to show any location of other countries to my users. I ...
Md Injamul's user avatar
0 votes
0 answers
24 views

Can I disallow the ability for a user to select/see a Chrome autofill option when using google places API? It's causing incomplete address submissions

My site collects address information through our gravity form. We use the google places API to suggest the address as the user types. However, when Chrome users click the field it overlays their auto-...
Warren Bryan's user avatar
0 votes
0 answers
32 views

AutocompleteActivity with Compose : IllegalArgumentException: The style on this component requires your app theme to be Theme.MaterialComponents

We are in the process of migrating our app from XML to compose and migrated a lot of areas in the app. right now we need to implement Autocomplete from Google Places to one of our Compose screens ...
Sattar's user avatar
  • 2,573
0 votes
0 answers
69 views

Google Places API - Passing Multiple "Types" into the Autocomplete Function

I'm using the Autocomplete function with the Google Places API but when typing into the autocomplete form field I have, I'd like to filter by home and business addresses, so it would enable me to type ...
Lewis Hardisty's user avatar
0 votes
0 answers
88 views

libraries={['places']} is not working, while implementing useAutocomplete from Package @vis.gl/react-google-maps

I was trying to implement useAutocomplete feature from @vis.gl/react-google-maps (It is used to show suggestion of places) libraries={['places']} was added to <APIProvider> as instructed in ...
Abhijith M R's user avatar
0 votes
1 answer
38 views

Google Places Service findPlaceFromPhoneNumber not returning any results

I've built an interface where a prospect can type in their business name and the Places service uses AutoComplete getPlace method to get the business PlaceID. This works perfectly if the location has ...
Pat Friedl's user avatar

15 30 50 per page
1
2 3 4 5
30