All Questions
Tagged with google-places-api web-services
71 questions
6
votes
2
answers
7k
views
api retrieve points of interest nearby city [closed]
I am looking for a API/web service for me to retrieve a list of landmarks, points of interest (and their GPS coordinates) near a given city. I tried google places including the query Place Search and ...
3
votes
1
answer
2k
views
Google Places API for iOS vs Google places Web service
I plan to have an application to list nearby places in a UITableView with UISearchController combined by Auto-complete feature to filter the result of places and I'm trying to use Google Places API.
...
3
votes
1
answer
2k
views
Google Places Autocomplete (included with Places Details) SKU is not getting triggered while using session tokens
I am making requests to the Google places autocomplete and details api. For both I am using session tokens to use the autocomplete api charge free, but I don't see the Autocomplete (included with ...
2
votes
1
answer
2k
views
how to increase the number of resulting places for google-nearby-places-web-service, as i always get up to 20 places only
i only get 20 place nearby no matter i expand the range area 500, 2000, 3000 in meters just appear new places but it doesn't add to the old one replace some so always have at max of 20 place every ...
2
votes
2
answers
2k
views
Google Place Search for Android using a radius
I'm currently getting nearby businesses according to a radius around a given position as well as the type of business using the Google WebApp, as shown here: https://developers.google.com/places/web-...
2
votes
1
answer
116
views
Place details - Attributes eligible for permanent storage in database
https://developers.google.com/places/web-service/details provides various details of Places.
Apart from place_id, is it legal to store any other attributes of Place API in permanent storage ( ...
2
votes
1
answer
2k
views
Is it possible to exclude some 'types' from the Google Places API responses?
I have a travel site that lists the POI of each city. So I use the Google Places API to return points of interest like this:
https://maps.googleapis.com/maps/api/place/search/json?location=45....
2
votes
1
answer
784
views
Google Places Web API incorrectly throwing error and breaking maps on nearbySearch
I'm attempting to pull some places from the Places Web API in order to draw some markers on a map. It seems like it is incorrectly throwing an error:
Uncaught Error: Missing parameter. You must ...
2
votes
0
answers
96
views
How does Google determine the type of a place?
I'm a sociologist and I'm trying to use Google Places data in my research project. I need to know how Google determines the type(s) of a given place. Is it done through algorithms, or manual ...
1
vote
1
answer
1k
views
PlaceId for subpremise
Why do I get reponse with a different place_id, then the one I used in my place details API query?
https://maps.googleapis.com/maps/api/place/details/json?placeid=...
1
vote
1
answer
254
views
how to create service which gets the information from google places API
I'm creating an android app which uses AR and camera to find different places around it and highlight them when displayed.
It is developed using wikitude SDK(javascript API). I took reference of ...
1
vote
1
answer
152
views
Places API Nearby Search behavior, queries sometimes return different data
When I hit the same parameters several times, the results sometimes differ even if they are made at the same time.
GET https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=51....
1
vote
1
answer
81
views
findplacefromtext returns ZERO_RESULTS
I am having trouble finding a specific place using the findplacefromtext. This is the place I am trying to look up via API:
UnderDog Property Services https://goo.gl/maps/WFPU2gca2LbVCxFeA
However, no ...