google-places-api Questions

3

Solved

In my iPhone App I am using MKMapKit. Currently I am plotting places on map according to the results get from Google Place API, but as per Google's doc I must use this values only in google Maps. U...
Protoplast asked 27/3, 2013 at 6:22

3

Solved

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 ...
Behead asked 28/3, 2013 at 21:52

2

Solved

I am using the Google Places API with Python to build a collective intelligence app for food. e.g. what restaurants are around, what ratings they have, what are their timings, etc. I am doing the ...
Insouciance asked 15/12, 2015 at 6:12

14

Solved

I am using the JavaScript Google places autocomplete API v3. It works fine but I was wondering if there was a way to force the selection from the autocomplete, that is input that will not accept an...
Sentient asked 1/2, 2013 at 18:13

9

I need help to set text in searchBar of GMSAutocompleteViewController when open in my App. I am using GMSAutocompleteViewController in Google Place AutocompleteViewController.

8

Google has marked the reference and id fields as deprecated as of June 24th 2014, and replaced it with a single place_id. I've so far only seen place_id lengths of exactly 27 characters, but wonde...
Vociferate asked 26/6, 2014 at 12:13

16

I'm working on getting the Google Place API to appear within a CardView. The particular code I'm looking at is from GitHub, seems to be working for everyone else but I don't understand why it's th...
Ammon asked 25/5, 2020 at 8:31

11

Google has recently updated their Places SDK for android, so now I'm updating my code too. I'm trying to use the AutocompleteSupportFragment to allow the user to set their address. This is my code...
Sunbonnet asked 3/2, 2019 at 2:6

4

I was using the old Place SDK which was working fine But it is going to be depreciated and I move to new place SDK. I got keep the crashing report from a few devices. Crashes Report: Fatal Excep...
Ventris asked 7/5, 2019 at 10:41

4

Solved

Now that Google deprecated the user_ratings_total variable in Google Places API, is there a way to get the total number of ratings for a particular business? I see the answer here user_ratings_to...
Editorialize asked 26/5, 2016 at 13:17

3

Solved

I am trying to use the Google places API to get information on certain places. I have an example from Google search: here of what I am trying to find. I thought that the "types" field of the Pl...
Senile asked 20/8, 2017 at 18:44

5

Solved

Before I integrated Google Places in my app, I had no problem running it on simulators, but now I can run my app only on physical devices. I tried excluding arm64, like it was suggested in many ans...
Olds asked 14/11, 2021 at 11:31

13

I am searching the place in my apps using the google autocomplete place api and now I want to get latitude and longitude of the place that i have searched. How to get latitude and longitude from th...

7

I'm trying to create a simple html page (I'd later like to add an autocomplete input there) that include google-places-api. I have an api-key (which is enabled) but I still get an error message. H...
Lieb asked 29/2, 2016 at 12:57

3

What is the best source and way to get a list of all intersections in a major city?

4

Solved

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 d...
Inspectorate asked 17/9, 2012 at 13:38

4

Solved

I have a bunch of links to google maps in the form of https://maps.google.com/?cid=<identifier>. How can you go from that CID to a Place ID that can be used with the Google Places API? Is th...
Diphenylhydantoin asked 25/11, 2017 at 21:33

5

I have a working <TextInput>: <TextInput placeholder="Location" value={props.locationInput.toString()} onChangeText={location => props.updateLocationInput(location)} /> The pr...

3

Solved

How can we get a list of countries/stats/cities in the world using Google places API? Using either google api javascript library or google api web service interface.
Purgatory asked 17/7, 2015 at 11:4

7

Solved

Here is my issue: I am using Google Places Autocomplete to gather information about places from the user. On the event "place_changed", I save this information. However I want to give the user the...
Gossip asked 17/1, 2013 at 16:49

3

autocomplete = new google.maps.places.Autocomplete(input, { types: ['geocode'] }); returns streets and cities amongst other larger areas. Is it possible to restrict to streets only?
Astrophysics asked 25/2, 2013 at 16:26

7

Solved

var autocomplete = new google.maps.places.Autocomplete(input, { types: ['geocode'] }); How do I remove it now? There's "autocomplete.unbindAll()" function but it doesn't remove the HTML for the...
Afreet asked 10/10, 2015 at 1:31

4

Solved

I am currently using the Google Maps Places Autocomplete Javascript API to let users select a location by searching for the address or establishment name. Example code: autocomplete = new google....

3

Google API key restriction - HTTP referrers I put my Azure website url xxxx.scm.azurewebsites.net there but doesn't work (Google Places API Web Service stops working). localhost:44300 doesn't wor...
Bellona asked 2/2, 2017 at 2:28

2

I am writing a simple Express API integrating with Google Places API, and trying to send the place photo down to the client, but can't get it to work. The response from the Google Places API looks ...
Alpenstock asked 20/3, 2015 at 1:6

© 2022 - 2024 — McMap. All rights reserved.