Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

All Questions

Score of 0
0 answers
90 views

I'm using the Google Places SDK for iOS and Android, along with the new Places API (New), to implement text-based place search (e.g., "pizza" near the current location). I'm passing the same ...
Score of 0
1 answer
219 views

I'm using the Places SDK for Android and trying to get both addresses and business names in autocomplete predictions. Since setTypeFilter() was deprecated, I switched to setTypesFilter() as ...
Score of 0
1 answer
155 views

I am using the Android automation app Tasker (joaoapps.com) to control different APIs (Spotify, Poweramp, Tomorrow.io weather) for an Android device in my car. I also use Tasker to control the "...
Score of 1
1 answer
2074 views

I am trying to use GooglePlacesAutocomplete in my expo app. I installed it in my expo app with the following command: npx expo install react-native-google-places-autocomplete And I am using it on a ...
Score of 4
1 answer
619 views

I'm creating a Google Maps Places API Client using the following code: override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) if (!Places.isInitialized()) { ...
Score of 1
1 answer
151 views

I am working on a plugin-based application which has different plugins. Each plugin is independent of the others. I am also using the Google Places API as a plugin in it. There is an option to refresh ...
Score of 0
1 answer
151 views

I am working on an Android project and I want to search for nearby places(for example hospital), but this code doesn't work. From what I saw in debugging mode, it skips this line: placesClient....
Score of 0
1 answer
59 views

During the text change, I can see all the suggested addresses that means the key is working as expected, however when I select and pressed the item nothings happen. The data did not show even I tried ...
Score of 3
0 answers
374 views

The error seems in the log every times that I search a new address in a AutocompleteActivity from the second time onwards. I am making an Autocomplete functionality in an Android application to API 33 ...
Score of 0
1 answer
160 views

I implemented Google Places API in my react native project and I'm trying to query places search with the GooglePlacesAutocomplete but for android it only works while testing with expo and when I ...
Score of 0
0 answers
156 views

I am working on an Android application that utilizes the Google Places API to fetch autocomplete suggestions, and later fetch details about a place selected by the user. According to the Google ...
Score of 0
0 answers
117 views

private void getPlaceDetails(String placeName) { // List<Place.Field> placeFields = Arrays.asList(Place.Field.ID, Place.Field.LAT_LNG); AutocompleteSessionToken token = ...
Score of 0
1 answer
782 views

I've encountered an issue with using the Autocomplete service of the Place API after applying a Google API key restriction to my Android application using Android Restricted Key. When the key ...
Score of 0
2 answers
175 views

I am currently using the Place API library to search for nearby shores based on the user's current location. However, I have encountered a limitation with the AutocompleteFragment provided by the ...
Score of 0
1 answer
240 views

Designer tells me unknown fragment, but it seems like im importing the library correctly as import com.google.android.libraries.places.widget.AutocompleteSupportFragment; does not generate error and ...

15 30 50 per page
1
2 3 4 5
118