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

All Questions

-3 votes
0 answers
15 views

Compliance Questions Regarding Google Places API Data Storage, Caching, Export, and Real-Time Transmission [closed]

I'm developing an application using the Google Places API with the endpoint: https://places.googleapis.com/v1/places:searchText. I have a few questions regarding compliance with Google Places API ...
WAEX's user avatar
  • 119
-2 votes
1 answer
22 views

Google place API location base business info [closed]

I want to write an API that will receive notifications when a new business is added to Google Maps. Is this possible? I have a company that sells through corporate activities. I want to send it as a ...
Murat Can Kılıç'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
-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
-2 votes
0 answers
49 views

Restrict suggestion by city using Place Autocomplete Data API not working

I'm using Google Place Autocomplete Data API to create my own autocomplete https://developers.google.com/maps/documentation/javascript/place-autocomplete-data. I've created a code based on ...
Misha Marchak's user avatar
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
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
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
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
0 votes
1 answer
101 views

Google Places throws error: Could not resolve all files for configuration ':app:debugRuntimeClasspath'

I am attempting to use the Google Places API to use within my app. So far, I have gone through the entirety of the Google Places API Documentation exactly, found here, and have not made any progress. ...
Michael Melichar's user avatar
0 votes
0 answers
48 views

get hospital count in a city using google maps API

I am trying to use google maps api to get a list of all hospitals in a city. But how can I create a "radius" or "bounding box" or a city, for example Munich, Germany? When I search,...
x89's user avatar
  • 3,208
0 votes
1 answer
180 views

Flutter Google Places API Authorization Error

I have a Flutter application that utilizes Google Maps for displaying maps and making calls to the Places API to retrieve nearby stores based on the user's location. During development I did not ...
Anthony Kalampogias's user avatar
0 votes
0 answers
103 views

Trying to use google map places api with usePlacesAutoComplete in NEXT.js project but getting InvalidKeyMapError

I tried my api key with the maps api and it worked fine, the api key I'm using is unrestricted and has the places api enabled. Every time I run the code I get an invalid api key error. I am at a lost ...
Sam's user avatar
  • 1
0 votes
0 answers
25 views

how to request for license=cc0 photos by places api

I use the api https://places.googleapis.com/v1/places:searchText to get an array of places. By these results I use https://places.googleapis.com/v1/photos[0].name /media?maxWidthPx=374&...
getyourtip's user avatar

15 30 50 per page
1
2 3 4 5
143