Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-2 votes
0 answers
29 views

GooglePlacesAutocomplete show Specific City Addresses in React Native?

how to show only specific city or any selected city addresses in GooglePlacesAutocomplete drop down list in React Native? I want if user selects any specific city then only show selected city ...
Muhammad Umar Zaman's user avatar
-2 votes
0 answers
49 views

Restrict suggestion by city using Place Autocomplete Data API not working

I'm using Google Place Autocomplete Data API to create my own autocomplete https://developers.google.com/maps/documentation/javascript/place-autocomplete-data. I've created a code based on ...
Misha Marchak's user avatar
0 votes
1 answer
592 views

Google Places Api from nodejs - set language

I am try to write a script to access the new google places API. Based on the examples in the docs, I can get the following to work curl -X POST -d '{ "textQuery" : "101 Gowrie, ...
Simon H's user avatar
  • 20.8k
-1 votes
1 answer
101 views

Google Places API - How to get next page of results in Ruby

I'm using the Google Web Service API with RestClient gem in my web app to look for businesses with certain string. For example, passing in 'car dealership' should returns the results of all car ...
Ben Cheng's user avatar
0 votes
1 answer
341 views

JavaScript: how to access photo result from Google Places API using photo reference

I'm implementing a backend that uses the Google Places API, and I wish to retrieve photos of locations using photo reference, like this My code so far looks like the follow, where I retrieve the photo ...
J Qin's user avatar
  • 15
-1 votes
1 answer
116 views

JavaScript: How to store photo data obtained from Google's Place Photo API

I am developing a backend in Node.js that uses the Google Places API. I wish to get a photo from the API based on a search string on the destination, and then pass the photo to the front-end My code ...
Banned User's user avatar
1 vote
1 answer
166 views

Google Maps Autocomplete Place returns incorrect result

We are using the Google Maps Autocomplete functionality on our web site and I have found an instance where the address entered into the entry field is not reflected upon selection in the Place object. ...
Michael Kurtz's user avatar
0 votes
1 answer
413 views

How to disable Atmosphere Data on Google AutocompleteService

Others have asked similar questions However the difference is that they were using google.maps.places.Autocomplete which is the widget that builds an auto complete UI for you. As others have answered ...
JD Isaacks's user avatar
  • 57.5k
-1 votes
1 answer
540 views

Trying to get business name based on address using find_place

This is just an example of one of locations I'm having trouble with. I'm taking the place_id from the return to try and get more fields, but When you actually put in the place_id that it returns it ...
fitzpawb's user avatar
1 vote
1 answer
1k views

I want to create boundaries of a zipcode using google map api

I want to create boundaries of a zipcode using google map places api but unable to find the boundary coordinates. I noticed when I search a zipcode on maps.google.com it shows a dotted boundary of ...
Anees Masudi's user avatar
1 vote
0 answers
137 views

Unsure where to place the Google Maps Autocomplete country restriction [duplicate]

I'm working on the following code and I'm completely baffled as to where to place the Google Maps Autocomplete country restriction. function addMarker(map, features){ var infowindow = new ...
Phil Wood's user avatar
0 votes
1 answer
2k views

How to get Google reviews for a business without specific address and placeId?

Right now, we have a flow, where we import Google reviews on sign up and then update them daily. We get the user's company name and location address: $requestUri = 'https://maps.googleapis.com/maps/...
vellmur's user avatar
  • 252
1 vote
0 answers
864 views

INVALID_REQUEST when sending a request with address_component

I'm trying to get to grips with the Places API and I am getting an invalid request when I enter the address_component as a field. The formatted_address works though I understand that should not be ...
Navin Surtani's user avatar
0 votes
0 answers
35 views

How to pass more information through GMSmarker

How can I pass more data with GMSmarker? For example how can I pass the place_ID? there is only one option for marker1.title. I tried marker2.title but it says marker2 could not be found in GMSmarker()...
submariner's user avatar
-1 votes
1 answer
704 views

Google Places Autocomplete/SearchBox with bounds and text search

When I'm searching within the SearchBox component https://developers.google.com/maps/documentation/javascript/examples/places-searchbox the official demo example (link above) doesn't work for me. The ...
zsitro's user avatar
  • 1,862

15 30 50 per page
1
2 3 4 5
51