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

All Questions

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

Google places API reviews translated and not shown in original language

I am using the API to show reviews but for some reason even though they are originally in Slovak language they are translated to english when I try to fetch them as you can see here: author_name ...
Mast3rKoo's user avatar
1 vote
2 answers
64 views

How to hide api in class element on fetch foto from Google api places

IONIC CAPACITOR AND REACT FOR NATIVE AND WEB APPS When I m fetching photo data from google api with that code below. It works good but when i inspect on website i can see on photo src my APIKEY how ...
Kacper's user avatar
  • 19
0 votes
0 answers
51 views

Can Google Map's Place API be used to access 2010 onwards restaurant data for Bangalore, India?

I am trying to download place data (specifically restaurants, pubs, bars and cafe) of a Bangalore, India over the period of 2010-2023. I am aware that Place data API of google maps can be used to ...
Roma Mondal's user avatar
-1 votes
1 answer
239 views

Field Masks not working on Google Geocoding API

Following the official Google developer doc here. I am trying to hit following API: https://maps.googleapis.com/maps/api/geocode/json?address=bangalore&key=MY_KEY&fields=formatted_address,...
itsji10dra's user avatar
  • 4,659
0 votes
0 answers
41 views

Google places API only returns 2 results

I am trying to use Ggoogle Places API to return the nearest cities/towns to a set of coordinates. $nearbySearchUrl = "https://maps.googleapis.com/maps/api/place/nearbysearch/json?" . ...
jon's user avatar
  • 1,559
0 votes
0 answers
62 views

How to get hotels near a location using Google places api in a django framework?

I am working on a project using django framework. I want to use google places api to get hotels near a location(location as an input from the user). How to do that? I am new to django framework and ...
vctr's user avatar
  • 1
-1 votes
1 answer
540 views

Trying to get business name based on address using find_place

This is just an example of one of locations I'm having trouble with. I'm taking the place_id from the return to try and get more fields, but When you actually put in the place_id that it returns it ...
fitzpawb's user avatar
0 votes
1 answer
281 views

Google My Business API server to server without Workspace/G-Suite

i would like to achieve that the website of my PHP website can fetch business location data (name, address, contact, openings, ...) from the Google APIs, so that i do not have to insert the ...
sneps's user avatar
  • 427
0 votes
1 answer
119 views

How can I download a single merged JSON file within a loop whilst using Google API and Javascript?

I have a script that is looping through an array of Google Place IDs and returns some of their Place Details. I’m then using JSON.Stringify to output the data in JSON format. function initMap() { //=...
Adam's user avatar
  • 315
0 votes
1 answer
648 views

How can I output Google Places details into a JSON file?

I'm trying to loop through Google Place IDs and gather data from each place and then output the place details into one single JSON file which could later be imported into a map. The importing stage is ...
Adam's user avatar
  • 315

15 30 50 per page
1
2 3 4 5
19