The google-places tag has no wiki summary.
0
votes
0answers
15 views
How to obtain a region polygon from Google Places Autocomplete
I am trying to use google places autocomplete to search for a place, get its polygon region from mapques/nominatim and render the result in google maps.
Here is where I am having difficulties:
...
-1
votes
3answers
45 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
1answer
47 views
javascript google places works in html but not inside asp content
I am trying to use a javascript example using google places api to auto fill some address fields. It works as planned in html but if I am wanting to use it inside tags it does not work. I am not ...
0
votes
0answers
46 views
+50
Embedded Google Map can't get current location in WebView
I followed this tutorial: http://android-er.blogspot.com/2013/03/embed-google-map-in-webview.html
I'm trying to just use the Google Map in the WebView, but it can't get my current location. I've ...
0
votes
0answers
13 views
AutoCompleteSelection error in Android 3.0 and higher/ Android higher version issue
I am using the Google Places AutoComplete in my app. And in the testing phase I noticed that the setOnItemClickListener of the auto complete does not work in the higher versions of android. I did test ...
0
votes
0answers
10 views
How to specify carefully print version of google maps route?
This is my route: http://goo.gl/1UFWI
How to specify page breaks in print version for my divs...
<div><img src="#" style="width:244px"><br>
<img src="#">
...
0
votes
1answer
18 views
Google maps search to get lots of results at once
I want to know if there's any way to get my map to show many search results like this one on their http://maps.google.com.
For example, if I search for "restaurants japan", I would like my map to ...
0
votes
1answer
52 views
Set initial location of map when using places autocomplete - Google Places API
Is it possible to do that?
This is what I have found in Google https://groups.google.com/forum/?fromgroups=#!topic/google-maps-js-api-v3/kdgueJzwvK4.
I have made this:
# TODO In case input has ...
0
votes
0answers
3 views
Excluding some items from search results in google-places
I am trying to use google-places to search for restaurants in a city but I already have an extensive list of restaurants. Is there any way I could perform a restaurant search, excluding the current ...
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 ...
0
votes
2answers
64 views
JSON from Google Places
Here I want to get the types of a specific place using Google Places API, but Im obviously having a huge problem with how to get the desired value of "types" from the JSON format.
here is what I ...
0
votes
0answers
26 views
Extracting place details from JSON
I am having an issue here. In my android application, I have the location of the place, so relatively I want to get the type to which this place belongs to. So I found the solution in "types" : [ ...
1
vote
0answers
77 views
how to get google places autocomplete to work if the textbox is initially hidden and should be shown only after a postback
I've got two textboxes for which I need to use google places autocomplete. These textboxes are contained in a panel which is hidden on page load. There is a list of options from which to select, and ...
0
votes
1answer
47 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 ...
0
votes
0answers
16 views
Generate google places listing from different locations
Hi I'm wondering if its possible to generate listings from Multiple cities? As in im in A but I want to see whats in B but not C, then I might check whats in C but not B??
Essentially I want a way ...
-1
votes
1answer
42 views
Google Map and Places Service
So i recently started to use Maps Api v3 and I am getting and undefined error when I try to make a nearby search. On this line var service_places = new google.maps.places.PlacesService(map);
function ...
0
votes
0answers
61 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
96 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
94 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
1answer
53 views
Google's radarSearch searches in rectangular instead of circular area?
I use Google's Radar Search to get some markers from an area. I use a query likes this:
const location=new google.maps.LatLng(59.33, 18.0674);
const radius = 2000;
var request={
location: ...
0
votes
0answers
57 views
google map autocomplete select first entry in list by default
I am using a gmap autocomplete and sometimes the user doesn't hit any choice in the suggestion list. For example he types "Paris" in the input field and believes the search will be performed with ...
0
votes
1answer
32 views
Google places javascript library to search for places inside my database
I have a mysql database with places.Each place has a longitude/latitude.
What I want is to search for places inside an area, e.g. places inside London.
Is this possible to do with the Google places ...
1
vote
2answers
160 views
google places listings migration to google plus business
I have a business listing under a google places account.
Google said that we can still editing the business using the same google places account.
The business isn't showing up anymore at google ...
1
vote
1answer
134 views
Google places API - How to get regions of a country?
I've looked again and again on the site for this simple question and didn't find an answer
I think it is very generic need
Let's say that you have two drop down lists
One you want to populate with a ...
0
votes
0answers
21 views
Is it possible to get information about lines going though a certain subway station using a google api?
On a click on a subway station icon from New York (probably from other places, too), a "Subway services" information pop-up shows subway lines going trough that station.
Is this information publicly ...
1
vote
1answer
93 views
Google Places API - Which data can i store?
I am about to create a application which uses Google Places Api.
As long as i understand the terms it is not allowed to store places data in my database
like name, latitude, longitude or detail ...
1
vote
1answer
32 views
Listings provider attributions [closed]
We have a question about "attributions" for Google Places API.
https://developers.google.com/places/policies#attribution_requirements
When a Google Place is shown, it typically displays the: ...
0
votes
1answer
180 views
How do I update new markers of selected place types ..?
I have created a custom google map, to show different types of places. When I click on a checkbox menu item in the list (see HTML). It places markers of that type within a radius of 20000 m (20 km) ...
1
vote
1answer
61 views
Why is Google Places API not returning the location next door?
I'm using the Google Places API to search for Burger King. I create a query for any place with "Burger" in the name, for the location at which I work.
Burger King is not in the results, but a Burger ...
1
vote
0answers
97 views
Nearby Search and Radar Search with name parameter consistently failing with “status”: "ZERO_RESULTS
I'm having an issue where the Places Search API returns ZERO_RESULTS on the m.site whatever the parameter. API Response attached. The search function had been working correctly until January when we ...
1
vote
1answer
60 views
Google Map place API repeats listing credits on map
I am trying to integrate Google Place API into my application which I have successfully done it. However, I am not so sure why there is a repeated listing credit at the bottom left of the map.
My ...
0
votes
1answer
104 views
Android: onResume() crashes on HttpRequest to Google Places
Before making an HttpRequest to Google Places, I need to check for a connection.
If there is no active connection, it will display "No Connection" to the user, otherwise it will get the current ...
0
votes
1answer
155 views
Android: How to display photos from Google Places API
I have an application which is returning a list of places from the Google Places API. When a user clicks on a marker (representing the place) on a map, a Dialog box pops up with details about that ...
0
votes
0answers
34 views
Edit multiple logos on Google Places
I have around 30ish Google Places pages that need to get their info updated. I've found the example template that Google provides when one wants to edit multiple places pages.
Their template is ...
0
votes
0answers
281 views
Can't get google maps to show behind Google Places in my app (only grid)
I have this code from the tutorial Android Working with Google Places and Maps, and I want to change it, because I need it to work with google maps v2. The problem is that instead of the map, I only ...
0
votes
0answers
63 views
google places api - events
While we can add events and events will be returned with search result, I am not sure how are the events 'searched'.
Because I see that when we add events, we are not able to define types. Say a ...
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 ...
0
votes
0answers
146 views
Showing infowindow's on Google Places Searchbox API
Here is my code, I can't figure out how to display the info windows. If someone types schools in the searchbox, the school icons appear but can't be clicked. I want them to be clickable and for them ...
3
votes
0answers
498 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 ...
0
votes
0answers
143 views
How to do a nearby search of multiple locations in a single request to google places api
I want to get multiple specific locations using the google places api nearby search. What is the format for querying multiple locations with the NAME parameter. The api shows the following for a ...
0
votes
0answers
129 views
Google Places Nearby Search doesn't return correct place when criteria is 2 words
I am doing a nearby search with the google places api for a couple of stores, let's say, Victoria's Secret and Ralph's. The second search term is 2 words and so needs some formatting to make it into ...
0
votes
2answers
87 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 ...
0
votes
1answer
254 views
google places library without map
I am trying to use the google places library for a nearby search request:
https://developers.google.com/maps/documentation/javascript/places#place_search_requests
i just want to pull the json ...
3
votes
1answer
230 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 ...
0
votes
1answer
164 views
google places API finding place
To use google places API in our Android application, a key is needed. I have got a key now. But I don't know about how do i use it in my application and how to do search for a specific place. Also, ...
0
votes
0answers
80 views
Using Google Places to find location
I want to use Google places to capture my location name in android(not map. Because it didn't capture the streets and villages properly). but i don't know how to use google places in my application. ...
0
votes
1answer
38 views
Google Places vs. Qype vs. others
at the moment I am working on a regional evaluation system.
I actually want to e.g. find out how regions are composed, let us say given
a lat long coordinate and a radius. Hereby I would really like ...
0
votes
1answer
126 views
How to add website and address with google places api?
i am writing an application that will allow businesses to do SEO and i am using the google places api to add new place when the client has activated their profile.
The api works great, but i am ...
0
votes
1answer
298 views
google places autocomplete restrict to particular area
My requirement is to get google places autocomplete suggestion only for Bangalore places, but I am not getting places only for Bangalore or within mention latitude longitude.
I want to retireve only ...
-2
votes
1answer
158 views
How do i show places, in google maps api v3 and google places api, between two points?
How to show places nearby certain radius starting from every point of a route path between two points.



