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
4 views

Accessing Google Maps “loc:” results from Places API

I am new to Google maps/places API. I have set up, as per https://developers.google.com/places/documentation/search, a place search and it is running ok. All good so far. But, what I want are ...
0
votes
2answers
12 views

Google Places Autocomplete with Jquery Mobile not working on mobile/touch device

As title suggests I am building a mobile website with JQuery Mobile (1.3.0) and am trying to implement Google Places Autocomplete (API v3) to aid user input of location data. The autocomplete ...
0
votes
0answers
9 views

google places autocomplete select with mouse

I am using google's autocomplete api just like in the docs and it works fine. However I have a form submitted with ajax every time it changes . It works fine but when I use the autocomplete for the ...
1
vote
0answers
15 views

createRequestFactory with google-api-java-client-1.15.0-rc

I have to implement this method, but most of libs are deprecated. I need a new version compatible with client 1.15.0rc. public static HttpRequestFactory createRequestFactory( final ...
1
vote
1answer
19 views

Find Google place 'reference key' directly via Google (maps) 'cid'

Is it possible to retrieve the Google places 'reference key' directly via the Google (maps) 'cid' identifier? If yes, how? If no, what are my options? Is there an indirect way?
1
vote
1answer
22 views

Google places API returning same 20 rows thrice [closed]

Hi my code is returning me the same 20 records thrice. Can anyone explain me the correct code function googleRes() { $data = array(); $nextpagetoken=''; $content = ...
0
votes
0answers
33 views

Google Places search in My map

is it possible to create my custom map with my places (using http://support.google.com/maps/bin/answer.py?hl=en&answer=62843) and search these places e.g. in Android application? My goal is to ...
1
vote
1answer
19 views

How to know when Google places has loaded and is ready (asynchronously)?

I load google maps and places asynchronously in JQuery : var script = document.createElement('script'); script.type = 'text/javascript'; script.src = ...
1
vote
1answer
24 views

Load Google places asynchronously

Since I'm going to use google maps and places in a mobile app, I don't want anything to slow down the app loading. I've seen that on an edge network, my app is really slow starting. All my js are ...
1
vote
0answers
19 views

Getting accurate results from Google Places Library

I'm using the Places Library to search any type of nearby places by keyword within a LatLngBounds rectangle. For example if I search for pancakes I'll get restaurants with pancakes on their menu but ...
0
votes
0answers
4 views

Is there a way to find Locally Verified places using the Google Places API

In the new Google Places for Business listing system, listings that have been verified and upgrade to have social features now get a Shield-with-a-checkmark-inside icon. I can't seem to find in the ...
0
votes
1answer
39 views

Google maps and places sidebar

I 'm beginer to js and coding and i trying build an web site with google map + places api, so when type "restaurant or bar or etc" to shw this business on map and on sidebar. ...
0
votes
1answer
29 views

Google Places Library vs Google Places API

What is the different between the Google Places Library and the Google Places API? I see that with the API, the search limit per 24 hour period is 100,000 searches where the Library the limit is per ...
-1
votes
0answers
24 views

Using google places without a map in javascript [closed]

I'm trying to get places (city name + longitude + latitude) from an input text without a map. I can use geocode and it works fine but Google says I must use a map with it. On the places API page, ...
0
votes
0answers
23 views

Google Places API - search place name by cyrillic parameter

I am using Google Places API to send request for places around me and I set the 'name' parameter to filter by name of place. The thing is it all works good for latin names, but I want to search for ...
-1
votes
1answer
47 views

Key for browser apps (with referers) is not working

I'm trying to get data from this Link and I take { "debug_info" : [], "html_attributions" : [], "results" : [], "status" :"REQUEST_DENIED } I put the key for browser app from ...
1
vote
0answers
41 views

Passing String Between Two Classes Is Not Working Properly

I am working with Google's Places API for iOS, and I need to pass a string from one of the classes (GooglePlacesConnection) to GooglePlacesObject. Here, in the first class, I set distanceMatrixURL ...
0
votes
0answers
37 views

Can I use Google Places API to collect lat/lng coordinates of street intersections?

I am searching for the way to identify lat/lng coordinates of street intersections of, for example, city blocks in specified area. Previously, I tried to utilize the data from OpenStreetMap to do ...
0
votes
0answers
16 views

How to search for zagat selected places only in Google Places API?

How do I search for Zagat selected places only in Google Places api, as when I follow the docs and add zagatselected to the query, the results fail and give invalid request. Notice: I'm a billing ...
0
votes
1answer
23 views

XmlPullParser doesn't parse all tags in Google Places

I am building an android application in which a user get list of possible cities according to his search. I have used Google Places Api to implement this and I am using XMLPullParser to parse the xml ...
0
votes
1answer
34 views

How to get JSON from URL in Google App Engine Java

I want to get json from url in google app engine, can u tell me some quite simple methods to do this, thanks, sr my english not good URL Content: { "debug_info" : [], "html_attributions" : [ ...
0
votes
0answers
4 views

Listing types=other with javascript API

If i do a nearby search using type other via the URL, my businesses show up. ...
0
votes
0answers
17 views

Prompting a User a Second time for Enabling GPS

Currently working through a problem involving the navigator.geolocation in javascript. My current code involks navigator.geolocation.getCurrentPosition. Everything works fine, the user gets prompted ...
0
votes
0answers
13 views

Google map places service is giving REQUEST

I am using google place api for places sugestions. https://maps.googleapis.com/maps/api/place/textsearch/json?query=ari&sensor=false&key=your_api_key I have valid api key and this URL is ...
0
votes
0answers
49 views

What API platform is better for getting lists of local businesses? Foursquare or Google Places?

I'm building an app that needs to list nearby businesses. Which online service has the most comprehensive and up to date list? Free pricing for using those APIs is a big plus...
0
votes
1answer
35 views

How to know the source Provider from Location using Google Location Services

I am using Google Play's Location Services http://developer.android.com/reference/com/google/android/gms/location/LocationClient.html for location requirement, everything seem to be working as ...
1
vote
2answers
42 views

Google places retrieves same value in all the execution

I was working with a Google map v2 oriented android project. In my program i retrieves the name,vicinity,latitude&longitude from the places api while touching on the info boxes of the markers.But ...
0
votes
0answers
19 views

output the found places in the table

There is a site with a map of Google (using Google Places API), he searches for places at set radius. That is, we introduce the address (or coordinates), radius - which will be looking for places and ...
1
vote
1answer
40 views

Find the Points of Interest of a certain city

what I try to do, and have found a naive solution so far, is to get all the Points Of Interest of a certain city using APIs like Foursquare API and Google Places and insert them into an SQL server ...
0
votes
0answers
9 views

Is the place's Reference fixed or dynamically changes?

I want to know if the places reference returned from Google Places is a fixed one or does it change?
0
votes
2answers
30 views

How to Import Google APIs for Android Development

As a followup to this question: Error - The import com.google can not be resolved, I was wondering how one can import the necessary Google APIs. Specifically, I need to: import ...
0
votes
0answers
9 views

Google Places Listing versus Locations with Bulk Upload Tool

I have used the 'Bulk Upload Tool' to load my locations. When that process completes, it keeps those records in a 'Locations' section, HOWEVER if I manually 'Add Listing' it creates the record on a ...
0
votes
1answer
23 views

google places api references field

This is related to: Google places API - is the reference field reliable? Which had no answers, hopefully I'll have better luck. There doesn't seem to be much documentation about the persistence of ...
1
vote
1answer
30 views

Google Places API INVALID_REQUEST with no types attribute

At least this one should be easy for you to verify. This request returns an INVALID_REQUEST: ...
1
vote
0answers
18 views

Return Places nearbysearch with only 'my' locations loaded to 'Bulk Uload Tool' against my API/ID

GOAL: I am working to return a result set of locations via the types=other parameter so that I can ensure ONLY MY locations are part of the result set. Question/Scenario 1: I am able to submit ...
0
votes
5answers
119 views

Click event not working on a div appended dynamically

I am using Google Place Autocomplete When i search any thing in autocomplete textbox google appends some divs in my html , <div class="pac-container" style="position: absolute; z-index: 1000; ...
1
vote
0answers
48 views

Get google places autocomplete value only if the input is selected

I want to get data from my Google places auto-complete input only if the user is selected one of the drop-down options. I don't want inputs like 'shdkajdjjdoiacn'. How can I do this? The code I use ...
0
votes
1answer
113 views

Google Plus 21-digit URL Number Relationship to a Google Place's ID and Reference Numbers

What is the relationship between a Google Place's ID and Reference Number and the same Place's 21-digit Google Plus number used in the Place's Google Plus URL? I want to link Google Plus URLs for ...
1
vote
1answer
45 views

Places API returns REQUEST_DENIED

I know there are a million threads on this, but I searched many of them with no help, I promise. I am trying to use Places API to return results. I have tried the following: Ensure a valid key (it ...
1
vote
1answer
38 views

Google Places - Markers drop on to the map on scroll/zoom

I'm having an issue with Google maps Places. The places drop on the map each time I drag or zoom out on the map. Please see this here: http://www.jupixcreative.com/dev/places/search_results_map.php ...
0
votes
1answer
39 views

Finding place name from google Place search

I want to find the place name from lat and long.I am using google place api. How can I achieve this Now I can search for nearby with that lat and long using this ...
0
votes
0answers
7 views

No images in Google places feed

I'm trying to pull images for this place. However the XML I get does not have them . I can see that the images belong to different users, can this be the reason? If this is the case, how should I ...
0
votes
1answer
31 views

Cant fetch data from NSURL

I am fetching result from google place search url,if i search for "Newyork", everything works fine.But if I give "New york" , the result json is different and I cant take it in NSData. This is the url ...
0
votes
0answers
77 views

How to get more than 5 results using google places api

I am only getting only 5 results in the autocomplete drop-down input box while using Google Autocomplete places api.Is there any way I can increase the auto-complete suggestions?
3
votes
0answers
101 views

difference between a nearby search and a text search in Google Places API

Whats the difference between a nearby Search and a text Search in Google Places API? For example, a nearby Search for cafe within a radius of 1km returns only 1 result using ...
0
votes
0answers
9 views

Maps directory API troubles

I am trying to build a directory with google maps. I have been reading about google places library here https://developers.google.com/maps/documentation/javascript/places over and over again but ...
0
votes
0answers
36 views

Google Autocomplete API get cities and neighborhoods

Is there any way, with the Google Places Autocomplete API to get cities and neighborhoods? I know I can get them by using types=geocode, but that returns a bunch of extra stuff I do not want. I am ...
-1
votes
3answers
106 views

Google Places API “request denied” error [closed]

I am trying to call the Google places API in my android app, using the following : ...
0
votes
0answers
75 views

Unable to send multiple types “|” through to Google Places API via iOS

Somehow, I am unable to send the following string over to Google Places API via iOS. NSString string= ...
1
vote
1answer
52 views

JSON exception to parse photo_refrence from Google places api

I have made a json android application, to show the reference of the photos, in a list view, but it gives me an error my code is\ package com.example.jsonapp; import java.util.ArrayList; import ...

1 2 3 4 5 15