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

Questions tagged [google-places-api]

The Google Places API is a service that returns information about places using HTTP requests. Places are defined within this API as establishments, geographic locations, or prominent points of interest.

google-places-api
0 votes
1 answer
138 views

Choosing fields to return with Places API (new) client library

The official documentation of Places API client library (for GetPlace) has a sample usage of the client library as below import com.google.api.core.ApiFuture; import com.google.maps.places.v1....
hnbm's user avatar
  • 23
0 votes
0 answers
19 views

How to filter Google Places API autocomplete results before displaying them to the user? [duplicate]

I am working on a web application that uses the Google Places API to provide address suggestions for postal codes and towns. I need to filter the autocomplete results based on a specific regex pattern ...
destroyer666's user avatar
0 votes
1 answer
36 views

react-native-google-places API not working inside a <Modal>

my API working fine in my screen page, but I would like to work it inside a No idea why inside a modal appear just the text input without the placeholder, we can type something but the autocomplete ...
renanmalato's user avatar
0 votes
0 answers
15 views

How to know the property type from a place returned from Google Autocomplete API

Background: I run a small e-commerce website. One of our features is using the Google Autocomplete API to help customers simplify the address input process and increase address accuracy. This feature ...
Jack's user avatar
  • 192
1 vote
1 answer
34 views

How can I identify which code in my Android application initiates the creation of threads using the Android Profiler

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
-1 votes
1 answer
21 views

How do I add the languageCode to a new Google Places API request?

I am struggeling to send the languageCode in the API request for the Google Places API (new). I have scoured the article Google provided for any information, but could not find any. Here is the ...
Freshron's user avatar
0 votes
0 answers
62 views

Can't set up google API

When I set up the Google Places API, I received a promotion that was only available for India. Since I'm in Vietnam, I chose the standard option. enter image description here but it didn't accept my ...
Tùng Dương's user avatar
0 votes
1 answer
87 views

GCP - Use Restricted Maps API Key via Private Google Access

I have a private GKE cluster running a service that is attempting to use the Google Places API. I have created an API key and configured my cluster's NAT IPs (which are static) as permitted IPs that ...
Ralph's user avatar
  • 448
-1 votes
1 answer
100 views

How do i link the 2024 Google Places API to google sheets to get the details for places?

I have a list of restaurants in google sheets that I have been to and I want to retrieve the reviews or the ratings for the restaurants through the Places API(New). How can I create code that loops ...
Xenith's user avatar
  • 21
0 votes
1 answer
47 views

Unable to find nearby places in android studio using Java

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
0 answers
24 views

Google Places iOS SDK Uses Broken Cryptography API (MD5)

I'm using the Google Places SDK on my iOS Application. I ran a dynamic security scan and it identifies that Google Places uses MD5 hashing functions which have been deprecated since iOS 13. ...
andrew's user avatar
  • 41
0 votes
0 answers
40 views

flutter_google_places freezes screen (Flutter)

I have the following floating button working with flutter_google_places: FloatingActionButton.small( heroTag: 'places2', onPressed: () async { final sessionToken =...
user3926141's user avatar
0 votes
1 answer
113 views

Sending a request with httr2: JSON body contains a nested JSON input

In the below example i am using Google Maps Places API's (new) Text Search (new) request method. See here more information about this API method. Basically i am starting to have problems when the JSON ...
trevi's user avatar
  • 701
0 votes
1 answer
105 views

Google Maps Places URL not found on Android Google Maps

If I open this link on any browser the Google-place-id search works perfectly: https://www.google.com/maps/place/?q=place_id:ChIJJcSdk7-Zc0cRIgxgLHUWgzE Nevertheless if I try to open that link on my ...
Kammerl's user avatar
  • 74
-1 votes
1 answer
96 views

Is there a Google Places API (New) SDK in Java?

I am already using the old Places Details SDK in Java. I read on Places Details API (New), but I did not see any pointers on a java SDK. The examples on Google refer to curl API requests. Anyone has a ...
Ralph's user avatar
  • 2,997

15 30 50 per page