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

AndroidStudio - Apps built on ARM processors are functionally different from Intel with same codebase

This week I received a new work laptop MBP M3 Pro. I have been using a MBP i7 for the last few years. I am currently working on a project that completely works when ran from the Intel machine but does ...
DevinM's user avatar
  • 1,253
-2 votes
1 answer
34 views

Error retrieving place ID. Response code ZeroResults

We use the Google Places API and on 2/14/2024, we received about 100 Error retrieving place ID. Response code ZeroResults. Does anyone have any idea what that means? We researched a few of them that ...
user23422251's user avatar
0 votes
0 answers
35 views

Google Places rejection iOS

I am in the middle of developing an iOS app where there is a request to Google places and the results are displayed. Here is the code for fetching the information: func fetchPlaceDetails(placeId: ...
Yinzer111's user avatar
0 votes
0 answers
69 views

Google Places API - Passing Multiple "Types" into the Autocomplete Function

I'm using the Autocomplete function with the Google Places API but when typing into the autocomplete form field I have, I'd like to filter by home and business addresses, so it would enable me to type ...
Lewis Hardisty's user avatar
0 votes
1 answer
184 views

How to Embed google review in Django website?

I was going through the Google Cloud Platform Console to find out how I could embed a Google review on my Django website. I found the Google Places API to be the most relevant (not quite sure), but ...
taha khamis's user avatar
0 votes
0 answers
58 views

I want to dynamically list certain objects for a certain radius using yandex

ymaps.ready(init); function init() { var myMap = new ymaps.Map("map", { center: \[55.73, 37.75\], zoom: 12 }, { searchControlProvider: 'yandex#search' }), cafe, metro; function ...
melihaycicek's user avatar
0 votes
0 answers
30 views

Google places: Ignore historic names that are more than X years old

I am using the Google places API in an enterprise product. When I search for, let's say, a European dictator from 1933 to 1945, I find lot's of places that used to bear his name. All these places were ...
Martin J.H.'s user avatar
  • 2,145
1 vote
0 answers
166 views

Google API Place Autocomplete for Android - Error: Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true

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
1 vote
1 answer
539 views

Next_page_token for new google maps places API - NearbySearch (Pagination)

I would like to use the New Places Nearby Search to find restaurants of a certain type. The max output is 20, but I would like to retrieve all results. In the old Places API it was possible through a ...
Anso's user avatar
  • 41
1 vote
1 answer
45 views

to minimize the billing i need to add a field mask in the flutter code but when i add field mask the method not working

i only want to call Basic Data form google autocomplete Api to minimize the billing i need to add a field mask, I only want to get the coordinates using the place id normally method is working but ...
sangram jit samanta's user avatar
0 votes
1 answer
982 views

How to call via Google places API(New) Text Search (ID Only) in python?

According to documentation here if I ask, just for place_id, the call should be for free. I tried various versions of call, but all of them either did not work or gave me not just id, but also other ...
Emil Haas's user avatar
  • 604
1 vote
0 answers
532 views

Google maps API: map doesn't load every time (Uncaught (in promise) InvalidValueError)

I built a contact form in which a user can find his house via Google Maps and afterwards adjust the exact position via marker so that this information will be sent to my WPForms as static image ...
dale_cooper's user avatar
0 votes
0 answers
61 views

Google Places API - Get all places in Google Maps that have XYZ in its name

I'm trying get a list of all places in Germany that are related to a given topic. First place to start was Google Places API - text search, but it only returned 20 results at most. curl -X POST -d '{ &...
Larzarus's user avatar
3 votes
1 answer
152 views

How to add field Mask in GoogleApis Places

import 'package:googleapis/places/v1.dart'; import 'package:googleapis_auth/googleapis_auth.dart'; final http.Client client = clientViaApiKey(apikey); final PlacesApi places = PlacesApi(client); ...
Pranay Dhongade's user avatar

15 30 50 per page