All Questions
Tagged with google-places-api web-services
71 questions
1
vote
1
answer
333
views
Using the Google Maps API, how can I retrieve the name of a building with only the street address?
I have a list of street addresses (eg: 123 Main Street) for which I need to identify the name of the building/institution at that address. The process by which I've been approaching this is to first ...
1
vote
0
answers
67
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
77
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
540
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
125
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
175
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
208
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
577
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
557
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
86
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
926
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
286
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
96
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
57
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
...