All Questions
Tagged with google-places-api web-services
70 questions
0
votes
0
answers
24
views
RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'GetPlaceRequest' and limit 'GetPlaceRequest per minute' of service 'places.googleapis.com'
It is unclear at this point what the differences are between Place API New vs Legacy. In the latter, you never see these errors come up but on new they do. Why is that the case?
If I look at the ...
0
votes
0
answers
59
views
Non-address places not returning from Google Places API
I'm encountering an issue where certain non-address places,(https://g.co/kgs/UrsBmeZ) such as this example, do not appear in the results returned by the Google Places API. However, these places are ...
1
vote
1
answer
477
views
Choosing fields to return with Places API (new) client library
The official documentation of Places API client library (for GetPlace) has a sample usage of the client library as below
import com.google.api.core.ApiFuture;
import com.google.maps.places.v1....
0
votes
1
answer
100
views
Google Auto Place Api - How to use multiple countries for auto address
I have seen in documentation that only 5 countries maximum allowed for auto address completion webservice. Can you kindly provide any option for multiple countries auto address search.
If any other ...
1
vote
0
answers
157
views
Fetching data with Axios in React Native
I created a react-native app using expo. I am trying to query for the photos using the Google Places API but I get an Axios error as shown below. However, if I paste the URL on the browser it works.
...
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
votes
1
answer
515
views
Unexpected results when using the location bias parameter with google maps api places web-api when deploying, result is not within suggested radius
I am trying to use the Google Maps API, specifically the places web-api in my web app so that a user can search by name and have a result shown to them on a map.
When I tested my app locally, that is ...
0
votes
1
answer
485
views
Unsupported field name 'website' (Find Place - Google Places API)
I am trying to find place listings that have a website. So something like "cafe in New York" should return multiple places that has website URLs. I understand the website field falls under ...
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 ...
-2
votes
1
answer
883
views
Google Places API gives name of the state as city in the suggestion
We are using google places API to autocomplete state, city or region searches. The issue is when one searches for a state, Places API gives two results one for the state and the other for the city/...
0
votes
0
answers
271
views
Allow scraping through API google maps businesses
I am providing scraping service on Upwork using the API key of Google maps to get businesses places data? Can google please reply that they allow so I can show proof to upwork so I can provide a proof?...
0
votes
0
answers
88
views
Are there any supported work-arounds for Google Place API anti-caching rules?
I am developing a website that allows users to search in an area for restaurants. I use mostly my own data (location, cuisine type, etc) but I do not want to run my own ratings engine. I have been ...
0
votes
1
answer
50
views
How to get suggested sublocality or locality
Sometimes google places api will suggest the locality e.g. '3524 51 Street Northwest' will suggest 'Edmonton' even though there is a sublocality called 'Mills Woods' returned in the address_components
...
1
vote
0
answers
1k
views
Number of Visitors by Hour
Is there a way to obtain from the Google Map API, the number of visitors to a place by hour of the year? I saw that I could get information like reviews and price level for a place, but not the number ...