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

All Questions

Tagged with
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
41 views

Marker list conversion for google maps api end with the Error (type '_Map<String, dynamic>' is not a subtype of type 'String')

I'm using the Google New Nearby Search API to generate a list of markers of places around me and I'm getting this error type '\\\_Map\\\<String, dynamic\\\>' is not a subtype of type 'String' I'...
haker man's user avatar
-1 votes
1 answer
183 views

flutter google maps nearby search api type '_Map<String, dynamic>' is not a subtype of type 'String'

I'm using the Google New Nearby Search API to generate a list of markers of places around me and I'm getting this error type '_Map<String, dynamic>' is not a subtype of type 'String' I'm new ...
haker man's user avatar
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
-2 votes
1 answer
42 views

What is the photo_reference field in the Places API?

I understand most of the fields in the Places API, but I don't understand how to interpret the photo_reference field in the JSON. Here is the Snapshot of the JSON: click to see the screenshot
Sahil's user avatar
  • 21
0 votes
1 answer
354 views

How to display Future result (error) in Flutter

i am trying to build a address search with Places API. But I don't know how to show the results. The Searchfield class import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:flutter/...
Sebastian Klenk's user avatar
0 votes
0 answers
75 views

how to find near places with json api (with a non google-places-api service)

I am working on a android app project that tells nearby places with json api (non-google service). I am stuck at a error that gives, Attempt to invoke interface method 'int java.util.List.size()' on a ...
Abdul Hadi's user avatar
0 votes
0 answers
631 views

java.lang.IllegalStateException while parsing Json string response using Gson()

I am working with Google Places API to get information about a place findplacefromtext endpoint. Here is the code I am working with to make the request OkHttpClient client = new OkHttpClient()....
LearningAsIGo's user avatar
1 vote
0 answers
75 views

How To Embed Google Reviews Into HTML or PHP Using Google Places API [duplicate]

I want to display 3-5 (read-only) Google reviews on a webpage. Google's Developer Support has suggested I use the Places API instead of the My Business API to display read-only reviews. I have my ...
Sonilu's user avatar
  • 11
-1 votes
1 answer
42 views

How to exclude the result of the specified keyword

I would like to specify some keywords from the json result and exclude the result. (For example, in the image, I want to exclude two results of McDonald's of name.) I searched variously, but I do not ...
yuki's user avatar
  • 13
0 votes
1 answer
344 views

Adding reviewers image from Google Places Review

I am currently using this jQuery plugin on my site to pull in a single user review from my Google Places account: https://github.com/peledies/google-places (unmodified). It works ok - however I need ...
user2115227's user avatar
2 votes
1 answer
449 views

Return multiple Json responses

I have built this API which returns JSON responses from Google place API to store/save it to the database and as this code sample shows it's List of PlaceId so I've written a For loop to loop every ...
Hazem's user avatar
  • 33
0 votes
1 answer
404 views

Google Places API query only returning list of hotels, am I missing something here?

So I'm working on a project in C# involving queries to Google Places API and I want to get back a list of ALL businesses in a selected area around a certain location. But for some reason I am only ...
Brad's user avatar
  • 21
0 votes
1 answer
29 views

Google Place Detail API returns incorrect JSON

I am using google place details API and it return object within object, incorrect json but data is correct. Here is output {{ "html_attributions": [], "result": { "address_components": [ ...
user1532976's user avatar
-1 votes
1 answer
199 views

Google Place API Json data with python

Update: after many hours of trial & error. I was able to get my google Places API json called return data and reduce it into a list that i can parse. It most likely is not the best way. which ...
Bill Sanderson's user avatar

15 30 50 per page
1
2 3 4 5
15