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

All Questions

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
174 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
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
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
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
0 votes
0 answers
91 views

Google Maps Places lat/lng not populating in Form

I have a Ruby on Rails 7 app and I am using Google Maps Places Autocomplete API to fill in a form with bar name, address, website, etc. This code works fine and has been for awhile. I am trying to add ...
Splohr's user avatar
  • 67
0 votes
0 answers
31 views

Attempt to invoke virtual method 'android.database.Cursor androidx.cursoradapter.widget.CursorAdapter.getCursor()' on a null object reference

My app has a searchview in its top appbar. I am getting suggestions from the PLaces SDK autocomplete feature but when I click any of the suggestions my app crashes and I get this error: FATAL ...
user19334054's user avatar
1 vote
0 answers
502 views

How to solve CORS issue when hitting google map api from flutter web?

I am using Google map API for Location Autocomplete feature. To fetch the locations I use https://maps.googleapis.com/maps/api/place/autocomplete/jsontype=geocode&language=de&key=API_KEY&...
Senthur Kumaran's user avatar
1 vote
1 answer
356 views

New Google Places Autocomplete Queries Per Session

sessiontoken A random string which identifies an autocomplete session for billing purposes. The session begins when the user starts typing a query, and concludes when they select a place and a call ...
Praveen Ahirwar's user avatar
-1 votes
1 answer
74 views

How can i add GMSAutocompleteSessionToken to GMSAutocompleteViewController on iOS

I found the documentation not clear enough on how to add a sessionToken when instantiating a built-in autocomplete controller (GMSAutocompleteViewController). Is this even needed / possible ? Could ...
nelsballs's user avatar
  • 123
0 votes
0 answers
29 views

Google places AutoComplete widget is generating a new Session Key for each new character

We are using Google Autocomplete Widget and for each character entry one new session is getting created instead of using the existing session. For example: for input "London". 1 session is ...
Angie's user avatar
  • 43
-1 votes
1 answer
239 views

Field Masks not working on Google Geocoding API

Following the official Google developer doc here. I am trying to hit following API: https://maps.googleapis.com/maps/api/geocode/json?address=bangalore&key=MY_KEY&fields=formatted_address,...
itsji10dra's user avatar
  • 4,659

15 30 50 per page
1
2 3 4 5
18