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
-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
0 votes
0 answers
19 views

Having trouble loading a createObjectUrl() image in React

In my express/react project, I'm using the google places api to get city images. I send the image to the client as a blob, then use URL.createObjectURL(blob) to convert it into a url. express: ...
Ozan's user avatar
  • 13
0 votes
1 answer
32 views

Where can I see usage (number of requests) for Places API?

I am trying to use free credit from Google and see that I am using 1£ for places API. In order to create limits I'd like to know exactly how many requests my app received, but cannot do it, I can see ...
Lonli-Lokli's user avatar
  • 3,677
1 vote
2 answers
45 views

How can I use Dart to save an image from an API request?

I am using Google Maps Places API to find images of nearby places. However, I find it very inefficient and more expensive to constantly be reloading images I've already loaded in the past by making a ...
Jay's user avatar
  • 15
0 votes
0 answers
12 views

Android Placesclient getting garbage collection error

override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) if (!Places.isInitialized()) { Places.initialize(this.requireActivity(), BuildConfig.MAP_API_KEY)...
Praveen's user avatar
  • 430
-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
0 votes
1 answer
30 views

How to correctly type Google Places Text Search (New) requests/Responses in Node.js/TypeScript?

I’m working on a Node.js application using TypeScript, and I’m trying to integrate Google Places Text Search (New) API. I'm trying to ensure that my requests are properly typed but I am having trouble ...
BSimpson's user avatar
  • 323
0 votes
0 answers
23 views

Using Google Place Autocomplete API key on client side javascript for getting autocomplete suggestions for address autofill

I am developing a web application using HTML, CSS, Javascript as frontend and Django as backend python server. I have a form on the frontend side which consists of common address fields like street ...
Srinath Silla'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
0 votes
0 answers
19 views

Using sessiontoken in Google Places API and flutter

I am using the Places API to fetch information about certain cities in my app. Everything is working fine so far except for the billing view. I also use dio for the http requests. Here is how I add ...
DeKekem's user avatar
  • 1,483
-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
0 votes
0 answers
17 views

How to resolve "'-[GMSPlacesServiceRequestTransformer transformURLRequest:]: unrecognized selector sent to instance 0x303c16f40'" error?

I upgraded to Google Places API version 9.0.0. I enabled the new API in my cloud. My code compiled and I am able to see the view controller to search a place. I can enter a place and select the place ...
Icare's user avatar
  • 1,343
0 votes
0 answers
17 views

Mapping between Google Place API business type and Google MyBusiness Profile business category

Is there a way to find the mapping between the Place API business type and the business category as shown on the MyBusiness Profile? Trying to filter on a certain business type (restaurants) using the ...
Werner Huijboom'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
0 answers
47 views

API to get list of paces id (all shops) in a shopping mall

I need to get the list of shops(place ids) in a shopping mall. I am trying to use the api, https://places.googleapis.com/v1/places:searchText with payload, { "textQuery": "...
Muthupandi Thiruvadi's user avatar

15 30 50 per page
1
2 3 4 5
336