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.

learn more… | top users | synonyms

0
votes
0answers
25 views

I am basically requesting Google Places API from amazon EC 2

I am testing Google places API from Amazon EC2 server I have created a Key for server apps(with IP locking) and included Elastic IP of my Amazon EC2 server Key for server apps (with IP locking) 1. ...
0
votes
1answer
138 views

Parse the data from Google Place api response in (Json format)

How am i suppose to store the Hotel name and location from the response provided by google place api in PHP array. If my search string is restaurant in New York. The response of the api is in json ...
0
votes
0answers
43 views

Mapping locations using Radar Search with geospatial data generated from MS Access dynamic query (VBA)

I am looking to map multiple locations (~1-100) that are generated from a dynamic query based on user input in MS Access 2010 (Visual Basic). The known parameters for each location are: place name, ...
1
vote
1answer
78 views

Combine Places Autocomplete and The Google Time Zone API

I need an api like the Places Autocomplete but with the place timezone in the response. I could use the Places Autocomplete api, to get the place reference from the response, than the Place Details ...
0
votes
0answers
17 views

Google Places API via SSL

Is there a way to call Google Places API via SSL ? I mean, I tried https://maps.googleapis.com/maps/api/place/ instead of http://, but on my SSL website, browsers still show a "non-secured elements ...
0
votes
0answers
60 views

How use a “my places” (Google) map and geolocation together to find my position on a trail with HTML

I have made a hand drawn trail using "my places" in Google Maps. I would like to use that trail map in a mobile web app and have the user be able to find their position on that trail map. I have ...
1
vote
0answers
69 views

One zip code for several places/towns

I use GMap places library's autocomplete feature like this : var autoc = new google.maps.places.Autocomplete(input, {componentRestrictions: {country: 'fr'}}); I type zipcode and it gives ...
0
votes
1answer
163 views

Using PHP/MySQL with Google Maps with Autocomplete searchbox

I am using https://developers.google.com/maps/articles/phpsqlajax_v3 <!DOCTYPE html > <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> ...
0
votes
1answer
49 views

Google maps global search

I am trying to use google places textSearch to discover all stores of certain brand (lets say Levi's) so I will iterate through the results by using next_page_token, but I seem to hit the issue of the ...
2
votes
1answer
136 views

Google Places Autocomplete on dynamic inputs

Good day. I'm trying to add Google Places Autocomplete on dynamically created inputs using code below: <html> <head> <script ...
0
votes
1answer
21 views

Extracting CID from Reference or ID

Is it possible to extract the CID of a business from the Reference or the ID of the business? I'd rather not have to re-write all of my scripts to get the canonical URL of the business since I'm ...
0
votes
1answer
227 views

Google Maps Geocoding API - Request Denied using API Key

I'm trying to use the Google API geocode service as follows: https://maps.googleapis.com/maps/api/geocode/json?&address=melbourne&key=xxx&sensor=false The response I get is always: { ...
0
votes
1answer
80 views

Dynamically set bounds on nearbySearch based on search critieria

We've implemented a search box and google maps on our page to allow customers to perform searches based on places queries, and so far it's working well. However, using TextSearch we almost always get ...
-4
votes
1answer
77 views

iOS Hotel/Cafe/Restaurant search [closed]

I need to implement Hotel/Cafe/Restaurant search in my ios application. Search by the city. Got nearly 10 cities, need to show information for example for all hotels in this city. (Picture, Name, ...
1
vote
1answer
37 views

Google Places API - closed POIs?

Google Maps seems to have information about whether a place is closed (permanently closed) or opened, but it seems like this information is not available in Google Places API. Does anyone know if it ...
0
votes
0answers
45 views

Get Reviews and Ratings from Google Places (Dentists)

Can reviews and ratings be captured from Google Places Api for Dentists? https://developers.google.com/places/documentation/details Here is an example: It shows she has 12 user reviews for the ...
0
votes
0answers
43 views

Google places api restaurant types

When you search for a restaurant in Google places and go to the business profile (i.e.: https://plus.google.com/107507038669791289691/about?hl=en) the restaurant has a tag (in this case Mexican ...
0
votes
0answers
13 views

Hierarchy of supported places types

Does anyone know what is the hierarchy of supported places types? For example, if I search for restaurant, in the types array of the results I can see many types (establishment, food, restaurant,bar, ...
0
votes
0answers
39 views

Google Place API get OVER_QUERY_LIMIT too soon

I have sent 3 times a request but no answer received. I have a limit of 100.000 request per day which never gets finished (only 4% is spented per day) but i get the famous OVER_QUERY_LIMIT. Our App ...
0
votes
0answers
21 views

iframe using existing back end db with city info?

What tool (API?) do I need to present on a web site an "iframe" with google map ... that contains ... only a specific region (organization chapter) ... and approximate location of our members using ...
0
votes
1answer
22 views

REQUEST_DENIED using valid key and sample query from documentation

All my requests are denied. My troubleshooting has reached the point of running the sample query from the Places API documentation, like so: ...
-2
votes
2answers
88 views

ZERO-RESULT when passing lat-long of USA in place api

Google place API : friends, Is anyone know what is the lat long for USA to add in Google place API, as I want to get all the addresses of McDonald's(or any other business) of entire USA for that I ...
0
votes
0answers
69 views

list is not sorting in autocompletetextview (using google place api)

i have a problem. i am using map so i need place search in my application. to take input for place, i am using auto complete text view. when i type in autocompletetextview it should show me drop down ...
0
votes
0answers
27 views

Image URL from Google Places API

It is possible to get the URL of the image given as result of the query for a photo and not the photo itself? The query is like this: https://maps.googleapis.com/maps/api/place/photo? Thanks :)
0
votes
0answers
16 views

What does nextDate under opening_hours.periods.open/close.nextDate returned by Google Places API mean?

The Place Details that is returned by a query to Google Places API returns among other things opening_hours for a place. Under opening_hours>periods>open/close there is a key called nextDate which is ...
0
votes
2answers
90 views

Find the location nearest to current location from an array of locations using Google Maps Places API

I have an array containing different locations' addresses. I have also retrieved the current location of user. Out of all the locations in array, i would like to find the one which is nearest. One ...
0
votes
0answers
32 views

Android google place api

I have read about the google place api. But I want to know something more clearly. I know google place api can use in android with the help of apikey. But I don't want to use key because much query ...
0
votes
4answers
102 views

String Array: Displaying Results

I was thinking that I could take in the user inputs which I get from the two AutoCompleteTextView and show it in as a result for which there is a TableLayout. The two inputs that the ...
-1
votes
1answer
202 views

How to use google maps api library (codeigniter) to show own factories on map?

How do i specify own places? i'm working on a website where people can search factories in a specific radius using their own postal code. Now i would like to add those factories so that people can ...
0
votes
0answers
29 views

Searching place result is not in English

I am trying to search place by using Google Place API. The result looks good. However, the result is in my native language - Chinese even I set the language=en already. Please see as below for my ...
0
votes
1answer
49 views

AuotCompleteTextView with list of all places in google map in android

i know there is lot of stuff on Google map and completed almost all things like showing current location, finding nearest places using Google Place API, searching a place but i want when somebody ...
2
votes
0answers
166 views

How to find places along the route using google map api?

If you are getting the route using google.maps.DirectionsService() (say from e.g: Reims to Paris). Now, how can we get all places (say if searching hotels, restaurants or gas stations) which can be ...
0
votes
0answers
65 views

How can I get photos from PlaceDetails using Google Places API in Android?

I am currently in the process of creating a restaurant finder and have been able to retrieve and display place details but I would like to retrieve and display photos of the place not just the place ...
0
votes
0answers
98 views

How to create photo request for google place in android?

I want to get photo from google place but can't create right request, I list places and can take place details like: address and name successfully. I tried to use reference taken from place search ...
0
votes
0answers
165 views

HttpClient gives No peer certificates exception with google places api url

As the question says My HttpClient is giving me a no peer certificates exception my class where I use places api is : public class globalplacesearch extends Activity implements OnClickListener { ...
1
vote
1answer
71 views

Google's Places API and JQuery request

I doing some testing for a project I got in mind which involves using places nearby. So I went with the big guy and started messing around with Google's Places Api. I'm using leaflet with openstreet ...
0
votes
0answers
18 views

Website url while enabling places API

in my android application I want to use google places API. I logon to code.google.com/apis/console. When I'm trying to enabling access to places API it asks for Company url and organization. I don't ...
1
vote
1answer
65 views

bad uri google places from heroku server

I have a Google Places API key and was able to successfully query the Google Places API from my localhost. I am on Rails 3.1, and when I pushed my site to Heroku I get a bad request. I am referring ...
0
votes
3answers
70 views

How to find Lat and long from id of a place from google place API

I have google id of a place,how can I find out that place's Lat and long ? Is there any google url for that,I want the output in json
0
votes
0answers
34 views

How to get more than 200 results from a Places Radar Search?

Google documentation states the following: "A Places Radar Search is initiated with a call to the PlacesService's radarSearch() method, which will return an array of up to 200 PlaceResult objects." ...
0
votes
0answers
102 views

How to sort results by distance with google places api using Nearby Search Requests

I want to get all the airport near my location order by distance. I am using Nearby Search Requests with google places api using this url : ...
0
votes
3answers
229 views

Google Places Api is giving me request denied always[SOLVED]

maps.googleapis.com/maps/api/place/nearbysearch/json?location=-33.8670522,151.1957362&radius=500&types=food&name=harbour&sensor=false&key=AIzaSyA712jyN6NY0VXSGf8zgXfXSRhq01O8RLY"); ...
0
votes
0answers
113 views

Google Maps Android API V2 Showing Resteraunt On Map Without Using Places API

Is there any way to show local restaurants on the my map without using the Places API and if not what is the easiest way to overlay the points onto my map in my android app using Places API ? Thank ...
0
votes
1answer
46 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
1answer
89 views

Google Places Search - Next Page Token returns same results

When I call https://maps.googleapis.com/maps/api/place/nearbysearch/xml?location=42.9825,-81.254&radius=50000&name=Medical%22Clinic&sensor=false&key=[KEY GOES HERE] I get a set of ...
0
votes
0answers
57 views

Automatically getting the name of a location with google places api

i'm new to the google places api and i'm trying to develop a mobile app of my own. I want the app to automatically get the location name of the user over the internet in a string format. What i mean ...
0
votes
0answers
117 views

Adding Javascript variables into a MySql database on form submit

I've got an application which makes use of the Google Maps Places Library. At the minute users can search for a start and end point using this library, click on one of the Autocomplete results and a ...
0
votes
0answers
57 views

Google places API - is the reference field reliable?

I need a "places API" for a smartphone application. So far, I think I'm going to use "Google Places API". https://developers.google.com/places/documentation/ The app relies on two kinds of places ...
0
votes
0answers
25 views

Can anyone explain what this code createRequestFactory is actually doing?

Okay I could simply just copy and paste this code into my "Google Places" application (as many have probably done) but that's just not me. I'd much prefer to understand what it is doing...at least ...
0
votes
1answer
101 views

google places api rank by distance

How do i use rankBy=distance for sorting a list of places by distance and display that distance beside the name of the business in a listview??? protected String doInBackground(String... args) { ...

1 2 3 4 5 14