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
479 views

Making a Post Request to Google Maps Places API (New) with Python

I am trying to retrieve data from google's 'NEW' Places API for google maps, specifically the New Nearby Search API. I have a working API Key (well it works with the old Places API, I don't believe i ...
Kevin Hopkins's user avatar
0 votes
1 answer
28 views

Unable to replace address values of a dataset using Places API

I had a problem with replacing the original values of the address column with the address I get from Places API response. Even though the code and its responses were smooth-sailing, something must ...
Vũ Minh Lê's user avatar
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
30 views

GooglePlacesAutocomplete onpress event not working

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

Can't figure out how to get all the functionality of google api reviews

There are docs online that show that I should be able to access all of my businesses google reviews through the api, select specific reviews, reply to reviews, and delete replies all through the ...
Ryan Gubler's user avatar
0 votes
1 answer
127 views

Getting this error with Places API "Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'fE')"

I am having the issue when I try and use the Places API for address autocomplete in React with ts. When I run the project again the address autocomplete does fill out the address forms correctly but ...
Noah Diana's user avatar
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
1 vote
1 answer
47 views

Places Autocomplete Only Return Residential Street Addresses In The US

we are attempting to use the new google places api text search to return suggested address completion results as a user types within an input field. For example, user types In 545 Smi... and 454 Smith ...
Ethan's user avatar
  • 2,019
0 votes
1 answer
175 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
140 views

Implementing Places Search Box in ReactJS

I need to implement the Google Places Search Box using the Google Place Autocomplete feature as it is shown here. And it should be allow the user to select a location from the search box. The sample ...
Movindu G's user avatar
0 votes
0 answers
35 views

Get business rating over Google places API in Javascript (Client-Side)

I need to get a rating of a client and add it to a div. But i get an error in the console. How can i do this easily? My Code: /***** GOOGLE MY-BUSINESS / PLACES-DATA *****/ const apiKey = 'KEY-pHws-...
public9nf's user avatar
  • 1,379
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

15 30 50 per page