The Google Places API is a service that returns information about Places — defined within this API as establishments, geographic locations, or prominent points of interest — using HTTP requests. Place requests specify locations as latitude/longitude coordinates.
21
votes
3answers
815 views
Google Places API Violation
I am using Google Places API to pull a list of resturants, and I am displaying them on map. However, since Apple has switched there map services over from Google in iOS 6.0, I am now in violation of ...
16
votes
2answers
608 views
How to get more than 20 results ie. 60 using google place API with PHP?
I am developing an google places API application where my target to get all available details of a specific query. But as I know google places API only returns 20 results at a time.But I need all ...
12
votes
4answers
18k views
Show Current Location and Nearby Places and Route between two places using Google Maps API in Android
I need to develop an application using Google Maps in Android to locate my current location and need to find nearest location.
(For example: Nearby police station from my current location.)
It ...
12
votes
1answer
3k views
What is the `sensor` parameter in Google Places API good for?
The Google Places API requests have required sensor parameter? How this parameter affects the results?
10
votes
2answers
6k views
Detect the nearest transit stop from the given location
I need to get all the nearby public transit information within certain distance from a given location. The type of public transit can be either bus, train, etc..
Here is what I meant:
If I use ...
7
votes
2answers
402 views
How to get all places (or specific type of place such as a restaurant) in a city or country with Google Places API?
I am trying to find all "restaurants" or "insurance agencies" for example, in a city or country. Okay, maybe a country is too broad but mainly large cities.
I am using the Google Places API and ...
7
votes
3answers
2k views
Google Places API - find an address using the city
I am planning to use Google Places API in order to create an address autocomplete in my web site. My question is about whether my requirements are possible using Google Places.
I have a "Post ...
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 ...
6
votes
5answers
2k views
Obtaining more than 20 results with Google Places API
I want to develop a map application which will display the banks near a given place.
I use the Places library to search and everytime it just return 20 results. What should I do if I want more ...
6
votes
1answer
105 views
Places autocomplete by lodging and location types
I want Googles autocomplete suggestion to only list lodgings and locations. I've mostly been trying to get the lodging type to work however no suggestions ever appear.
When I remove ac_options from ...
6
votes
2answers
784 views
Google place Api PlaceDetails Photo Reference
I am using Google Place Api where is on some results "photo_reference" (similar to "reference") value. I cannot find any mention about that how to use it to get that photo. I know how to use ...
5
votes
1answer
5k views
Turn AutoCompleteTextView into a SearchView in ActionBar instead
I have a AutoCompleteTextView which gives user auto-completion search result from Google Places API. Once I was done I discovered SearchView and how it can be placed in the ActionBar. I checked out ...
4
votes
1answer
1k views
Google Places API : Page Token Errors
I'm basically querying the google places API for stores in atlanta.
...
4
votes
2answers
1k views
How to make HTTPS requests with serverside javascript using Worklight?
I'm toying around with IBM worklight, and am trying to create an adapter to feed some data in from the Google places API.
I want to call this URL :
...
4
votes
1answer
1k views
Dalvik VM error: Exception found “Javax.xml.namespace.QName.class”
This isn't intended to be a question. Rather, an observation which is a common problem found in Android when you use external APIs for development and android.jar isn't duplicated into your project!
...
4
votes
1answer
140 views
How to get all the department stores present in a city in android using google places?
Hi I have developed an app which uses google-places API to get the list of nearby department stores. This works perfectly and I am using this tutorial to get the places, but now I need to add one more ...
4
votes
1answer
2k views
Google Maps Places api, how do I get the standard infowindow content from a marker
New to Google Maps, and not a script expert either. Thanks in advance for any help you can provide.
I am putting a google map on a page of store locations. I have managed to get the map to display ...
3
votes
1answer
790 views
Android - admob publisher id and google places api key
I have following 2 doubts related to keys in admob and google places api key-
1.Can I use single admob publisher id in multiple application. Will that create any problem or I have to create separate ...
3
votes
1answer
144 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 ...
3
votes
2answers
5k views
javax.net.ssl.SSLPeerUnverifiedException: No peer certificate while I am working with google place api in android
I am facing an javax.net.ssl.SSLPeerUnverifiedException: No peer certificate exception while working with google place api in android emulator.Below is my url:
...
3
votes
1answer
900 views
How to send a Google Places Search Request with Java
I need to search Goolge Places Pages by long/lat for any banks in the area of 20m.
This Google Places Doc describes how to do it with JavaScript. They are using a google.maps.LatLng Object that i ...
3
votes
1answer
493 views
How can I get past this HTTP GET 404 error in java?
I'm using Apache HTTPClient 4.2 and am trying to make a Google Places API query, but having problems.
Here is a basic snippet to illustrate the issue:
//Web API related
String apiKey = ...
3
votes
2answers
2k views
Find when google places autocomplete returns zero results
I use the google places autocomplete for places suggestion. Now this is what I want: when a user types in a location that is not in google's database, that is google returns zero results, I need to be ...
3
votes
1answer
1k views
How can I search places with specific types using Google Places API?
I am using google place api to search specific types like(gas_station,cafes,shopping_malls etc...) here is link i am using ...
3
votes
1answer
117 views
How to get the unique identifier for a city through the Google Places Autocomplete API performing the search in multiple languages?
I need to get a unique identifier for the name of a city when that same city is again sought in another language API to find this place same city.
Example:
I do a search via the Google API ...
3
votes
1answer
284 views
How can I get more than 60 results from the Google Places API?
I was able to obtain the post office result by the Google Places API call below.
...
3
votes
5answers
919 views
Issue with Google Places API - INVALID REQUEST
Current I am experiencing an issue with my code where, in the last 3 days, I have been unable to successfully complete delete requests using the Google Places API, documented here.
Up until Sunday ...
3
votes
0answers
499 views
Google Places Autocomplete - Pick first result on Enter key?
I'm using a Google Places Autocomplete and I simply want it to select the top item in the results list when the enter key is pressed in the form field and suggestions exist. I know this has been ...
3
votes
1answer
231 views
How to tell when google places autocomplete suggestion was not used?
Short version:
I'm using google's autocomplete places from the Google Places Library (here https://developers.google.com/maps/documentation/javascript/places) and I need to tell when a user has ...
3
votes
1answer
148 views
User shared GEOlocation does not work with google places
I don't know how to search for this in SO, so I'm asking a new question. What could cause or what is the concrete problem of my code: HTML generated by Javascript (createElement() and appendChild) is ...
3
votes
1answer
202 views
URL class rendering - Invalid_Request with next_page_token
In my Android application the user can select categories (cafe, restaurant, ...) of which places he wants to see.
I get result from the google-places-api with a next_page_token, when I use the ...
3
votes
1answer
217 views
Android maps.googleapis.com , issues retrieving JSON data
I'm using the following code to setup a mapview in android and display location marker which works well.
In addition I'm trying to use maps.googleapis.com with my api key to retrieve + display nearby ...
3
votes
1answer
458 views
Search all places in given city name
Right now i am using Google Places API for fetching Restaurant list in particular city, query like
...
2
votes
2answers
1k views
PlaceResult object returns latitude/longitude as object, not sure how to get them individually
I'm testing out the Google Places autocomplete feature here:
https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete
I want to get the latitude and longitude of the ...
2
votes
2answers
2k views
How can I restrict the Google Maps Places Library's Autocomplete to suggestions of only one city's places?
I am currently using the given code, but this only restricts suggestions to one country.
I have seen one implementation but its using jQuery and I want to do it without using jQuery.
var input = ...
2
votes
2answers
1k views
When using the Google Places API, what is the difference between “using the JavaScript library” and “calling the API directly”?
I have seen the two forms of reference to the Google Places Library/Service, using JavaScript vs calling the API directly, a number of times, but I don't understand the difference. The Google Docs ...
2
votes
1answer
706 views
Google Place API usage limitations and billing
I have developed one app in which i have used the Google Place API. This is what places doc says about limitation.
The Google Places API has the following query limits:
Users with an API key are ...
2
votes
1answer
112 views
Google Places API in Android - API_KEY for individual users
I have gone through the Android documentation and other blogs related to using the Places API in an Android application. Everywhere it suggests to use the API_KEY to call the REST service. The API_KEY ...
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 ...
2
votes
1answer
159 views
How to find the type of a place using google api
I have both address and latitude and longitude of a location. Can I find whether which type of place it is? Whether it is a restaurant, hospital, etc.
2
votes
1answer
3k views
Google Places API - Places detail request undefined
I'm trying to retrieve place details using the Google Places Library. When you click the place marker I want to be able to see the address, name, website etc.
I'm using the following tutorial:
...
2
votes
2answers
47 views
Get the description of the place from its Name
I am having a small issue here. In my application, the user enters the name of a place, and I should then show him the list of places having the name of the place he entered. so obviously I need to ...
2
votes
1answer
518 views
Google Places API request denied for Android autocomplete, even with the right api key
I'm trying to make an Autocomplete field which should fetch cities as the user types, by using the Google Places API as described in this tutorial:
...
2
votes
1answer
138 views
Google Place API issue
I am using Google place API to get Hospitals near a location.
This ( 24.4758,54.3747 )Lat long gives only two hospitals
...
2
votes
2answers
144 views
Google Api For Location Finding
i want to make such appliction that when user enter perticular address like city name say it Ahemedabad than after clicking on search button result should be ahemdabad,gujarat,india.i don't have any ...
2
votes
2answers
947 views
Google place API request denied issues
I am trying to use Google places api to search the location. But Unfortunately I am getting only 1 message in responce is REQUEST DENIED. I have created new API key, but the API ACCESS Menu shows some ...
2
votes
2answers
44 views
How to pass the value got from google places api to another activity? [closed]
Hi i have developed an app using google places api. It displays the nearby department stores.
Now i need to pass the name of the store to another activity when i click on it.
Can anyone tell me how ...
2
votes
1answer
451 views
Google map api autocomplete restricted/bias to street address in my town
I am trying to write a web application for my final year project at uni, and one of the first problems i need to tackle is getting an auto complete text box for local address input. i have spent some ...
2
votes
1answer
162 views
Google places Api in android Display all category?
ho to display all category in Google places API in android
this "https://maps.googleapis.com/maps/api/place/nearbysearch/json?blablabla&type=food?" show for only food..
how to display all ...
2
votes
1answer
308 views
Calculations involving bus routes
I am working with a college to develop their campus iOS app. One of the app's features is the ability to determine which of the campus bus routes are most applicable to getting to a destination (as ...



