Tagged Questions
1
vote
0answers
19 views
Google maps/places API search by phone
We have a signup page where the user enters his business phone number. We want to find his business information from the phone number for verification. How can this be done with Google places/maps ...
0
votes
0answers
64 views
Google API key not working - iOS
I have tried everything. I am trying to request some places using google place API. However, I am receiving request denied.
My Key for browser apps works fine even if I use it in my iOS code, which ...
0
votes
1answer
45 views
Is it possible to get latest five google reviews from google places api?
I have developed a script to fetch and show google reviews using google places api.
It fetches five reviews but not the latest.
Does google places api returns 5 random reviews or latest 5 reviews ?
...
0
votes
2answers
175 views
Google API - How to make API requests with an access_token for a Service Account
My end goal is to be able to retrieve place details from Google's API.
I need to do this as a Service Account, since this is kicked off as a background task on my server. Service Accounts require you ...
0
votes
1answer
263 views
Triggering Google Places Autocomplete Places places changed when text input same value of one of the selections
I'm using the Google Places Autcomplete API and jQuery. It's basic functionality is working fine. What I would like to do is if someone types something into the autocomplete that is exactly the same ...
0
votes
0answers
29 views
Places API missing tag Android
I'm using the Google places api and I am trying to parse the XML data to get a number of things including the rating. The only problem is that sometimes there isn't a rating tag ( shown below). How ...
0
votes
2answers
88 views
does google places api return latest five or oldest five or random five reviews?
I am working with google places api. I want to view all reviews of a business in google place.
But the documentation says that it only returns an array of five reviews.
Now, I want to know is there ...
3
votes
1answer
146 views
Storing Google Places API data - is it allowed?
I'm creating a website that is essentially a directory of US businesses that fall within a niche category. In order to populate the database, I'm using the Google Places API to gather a list of ...
0
votes
1answer
44 views
Is there an OR operator on google place API?
I am using this api call with &keyword= and I want to have multiple words in the keyword but OR them. I have tried OR and | but it seems to ignore it. example here
Is it possible to OR keyword ...
0
votes
1answer
227 views
Get a address_components
I'm using google places API with geocoding. I have a problem with address components type.
I want to get information about address which user typed in autocomplete in this format:
Street number/ ...
1
vote
1answer
105 views
Google Places Autocomplete - how to remove permanently closed places?
I'm using the Google Maps JavaScript API v3 autocomplete library, and I've noticed it returns places that are permanently closed (which is not useful for my users).
I know they're permanently closed ...
0
votes
1answer
178 views
Acquired the building name using GPS Coordinates
I am writing an app to use GPS coordinates obtained by the cell phone itself to retrieve the building name of that location.
For example, if I use this http URL to request with Google Place API:
...
0
votes
0answers
1k views
How to display google+ local reviews and ratings of a particular business on my website [closed]
I want to show the google+ local reviews and ratings of some places(hotel/restaurants/business etc) on my website.
I have some google apis but i am not getting review and ratings as an output. I have ...
0
votes
0answers
31 views
I am trying to get google places api working in eclipse and the imports wont resolve [duplicate]
Possible Duplicate:
google-api-java-client library not working in android
Ok, I trying to use the google places api and am not able to do so. I am following a tutorial, and cannot get ANY ...
1
vote
1answer
109 views
Google Places API acting strange
I'm about to incorporate a google places API search into my application. When enabling the places service in the API dashboard, everything goes fine. I click the question mark, then try it now, and a ...
0
votes
1answer
368 views
Accessing Additional Results in google places search
Hi to all
I am trying to get places from The Google Places API.
for the first time I got the first 20 result but when I use it second time with the request "next_page_token" like this :
...
2
votes
2answers
1k views
Implementing google places autocomplete API in iOS
This is my first time that I am using Google API. I am having problem implementing Google places auto-complete API in my project. I am using the Google developers link to Google Places Autocomplete ...
0
votes
1answer
112 views
Google Places API - Approach for Web App
Can we use Google Places API to create a review system ? Like using their API to retrieve information about that place, then storing the Key and Review in a database. Will that be possible, because ...
0
votes
1answer
235 views
LogCat Exception: ApacheHttpTransport not working even though added in android
I am trying to design an app which uses HttpTransport in my Android project but, on calling the import, it throws the below Logcat errors.
E/dalvikvm(481): Could not find class ...
1
vote
1answer
136 views
Find reviews left by a user on Google Places
I'm looking to add a feature in my web app that will determine whether a person has left a review on a specific Google Places listing. I want to verify that (1) user X left a review on the listing ...
0
votes
1answer
528 views
Use Google Places API to autocomplete input in subscribe form
For a commercial website, I would like users to fill out a field with their shop name, and if the shop is found by google, fill out the subscription form (for example: phone number, address, logo, ...
1
vote
2answers
1k views
REQUEST_DENIED response using Google Places Autocomplete API
I am working on android app which uses google's places autocomplete API.
When tried to hit following URL
...
6
votes
3answers
5k views
How to get a picture of a place from google maps or places API
I'm using Google Places API to retrieve data about places, but couldn't find how to get a picture of that place, Google Places API just provides icon which is not the same. I need the photo you get ...
1
vote
3answers
2k views
Google places autocomplete api - REQUEST_DENIED
I'm creating app that use autocomplete places google api.
And I don't know what is wrong but all the time I got responses like:
{
"predictions" : [],
"status" : "REQUEST_DENIED"
}
I send ...
