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
4 votes
4 answers
3k views

Google Places API autocomplete - REQUEST_DENIED

I'm having a difficult time getting a valid autocomplete response from the Google Places API. I'm using code based on [their example}(https://developers.google.com/places/training/autocomplete-...
dm78's user avatar
  • 1,590
2 votes
0 answers
254 views

The access speed for google map api is so slowly in mainland china, how to solve it?

I'm a python developer in mainland china, my project must use google map api, especially Places API. But i'm Struggling to waiting for a long time when I request that APIs. And I always get "time out"....
Vincent Wang's user avatar
9 votes
2 answers
13k views

Using Google Places Search Box. How to initiate a search by clicking a button?

Either I am an idiot or this was an egregious oversight on the part of the Google Maps team. I am attempting to trigger a places search request on a button click event in conjunction with the ...
jjhenry's user avatar
  • 525
1 vote
1 answer
1k views

Google geocode address resolution

Why is it that certain common addresses won't resolve using the API but they show up fine in google maps? 1400 Welton Street, Denver, CO http://maps.googleapis.com/maps/api/geocode/json?sensor=false&...
user2833142's user avatar
1 vote
1 answer
3k views

City's name or id of the chosen city using Google Places autocomplete API

I want to use Google Places autocomplete API to search for locations through text search. Is it possible to a get the city name or the cityId of the chosen city in the autocomplete box, using the ...
Rajat Gupta's user avatar
  • 26.3k
0 votes
1 answer
114 views

Google place details do not contain any events

I've working with Google places API. Here is what I am doing Perform a Places Radar Search (Works good). For all the returned results perform a Places Details search with the place reference (Works ...
ask-dev's user avatar
  • 626
0 votes
0 answers
167 views

Google Places bad data

Some Places Detail provided by Google Places are not correct. For example if you type Serengeti National Park in the Autocomplete, you have : { "predictions" : [ { "description" : "...
user969914's user avatar
0 votes
1 answer
326 views

Add 10 or more listings in Google Maps programmatically

I am developing a MVC App for a client and he has come to me with a really strange request. I think the answer to this question should be a straight NO but I want to make sure. The client wants the ...
Flood Gravemind's user avatar
-1 votes
2 answers
141 views

New cross platform mobile app places api

I'm new to app development and have a few questions related to google maps and places I am a USA resident and developing an application with a programmer in India which will work on Android and ...
user2623175's user avatar
0 votes
4 answers
2k views

Json data extract using Jquery

I have json format like this - How can i get the photo reference value? I have tried a lot. { "debug_info" : [], "html_attributions" : [ "Listings by \u003ca href=\"http://www.yellowpages.com.au/...
sharif2008's user avatar
  • 2,766
0 votes
1 answer
516 views

find a single specific place with google places api

I was wondering if it is possible to find a specific place using the google places api. I know the name of the place, the address or website url, and the coordinates. I need this to get the ratings ...
Meddie's user avatar
  • 581
4 votes
1 answer
2k views

Google places autocomplete api limits

I have a doubt about limit on google places api. Google doc's Usage Limits section says that limit is 1000 requests per 24 hour period. That I understand. But last line in that section says that Text ...
Geek's user avatar
  • 8,290
6 votes
3 answers
38k views

java.lang.IllegalArgumentException: Illegal character in query

It seems like this error message has been posted a lot, but I have not been able to come up with the proper answer. I am following this tutorial and I can't get the Google Places Info to show up on ...
user2060214's user avatar

15 30 50 per page
1
334 335
336
337 338
391