Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
85 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 ...
komukomu2's user avatar
0 votes
1 answer
211 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 ...
mmm808's user avatar
  • 301
0 votes
1 answer
149 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 "...
Philipp Mayer's user avatar
1 vote
1 answer
2k 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 ...
Rushwin Jamdas's user avatar
4 votes
1 answer
615 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()) { ...
Praveen's user avatar
  • 468
1 vote
1 answer
148 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 ...
Aditya Mishra's user avatar
0 votes
1 answer
148 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....
Michael's user avatar
0 votes
1 answer
58 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 ...
user24286023's user avatar
3 votes
0 answers
373 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 ...
Leonardo Furtado de Luna's user avatar
0 votes
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 ...
Eric's user avatar
  • 107
0 votes
0 answers
148 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 ...
rafik's user avatar
  • 67
0 votes
0 answers
116 views

private void getPlaceDetails(String placeName) { // List<Place.Field> placeFields = Arrays.asList(Place.Field.ID, Place.Field.LAT_LNG); AutocompleteSessionToken token = ...
Carlolong's user avatar
0 votes
1 answer
778 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 ...
rafik's user avatar
  • 67
0 votes
2 answers
174 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 ...
oussama's user avatar
0 votes
1 answer
238 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 ...
A...'s user avatar
  • 3

15 30 50 per page
1
2 3 4 5
118