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

Questions tagged [google-places-api]

The Google Places API is a service that returns information about places using HTTP requests. Places are defined within this API as establishments, geographic locations, or prominent points of interest.

google-places-api
2,460 questions with no upvoted or accepted answers
16 votes
0 answers
2k views

For Google places API, what are the "fair use" cases of caching?

Background I work on an app that among other things, allows to contact with businesses found via Nearby-search, navigate to them, visit their websites... Once the user performs any action on a single ...
android developer's user avatar
15 votes
1 answer
573 views

How to set text of google api's dialog in application's default language

I have set my application's default language in hindi(i.e. other than system default language) and using google's api (PlaceAutocomplete, GoogleSignIn). Both are showing text in english(system ...
UMESH0492's user avatar
  • 1,731
13 votes
1 answer
1k views

Implement Sharing Location Places Picker same like WhatsApp without Places Picker Since it got deprecated

We had a requirement of sharing location which is a similar kind of WhatsApp with respective to User Interface & functionality. I have come across that Google Place Picker has got deprecated and ...
Manu's user avatar
  • 4,750
12 votes
1 answer
3k views

How to get data for menu and product listings from Google Places API?

On Google Maps, businesses can add product details or food items ("dishes") from a menu to their store or restaurant "place". How do we get this data? In the Google Place Api, Places details this ...
braulio.cassule's user avatar
11 votes
2 answers
8k views

Error in Firebase logs: Warning, estimating Firebase Config based on GCLOUD_PROJECT. Initializing firebase-admin may fail

I am creating a bot on Dialogflow, and I am using Dialogflow-fulfillment for dynamic response and Firebase Real-time Database as a database. What I am trying to do here is, suppose a hospital which ...
Shivam's user avatar
  • 302
10 votes
0 answers
355 views

Google MAP's GMSPlacePickerViewController : Not showing confirmation box like android in iOS

I have implemented google's GMSPlacePickerViewController in one of my screen. Now the issues is in Android they are showing confirmation box with selected location and location image like below, ...
Vandit Mehta's user avatar
  • 2,578
10 votes
2 answers
730 views

How to get opening hours of a Place with Place Autocomplete intent builder in Android?

Currently, I am building a functionality to search for a company with an AutocompleteTextView. To achieve this I use A PlaceAutocomplete IntentBuilder with the overlay mode like this: try { ...
jobbert's user avatar
  • 3,467
10 votes
1 answer
2k views

Displaying a Place Description on Google Places API for iOS

My apologies if this has been answered already. I cannot find it and I'm very new to the GooglePlaces API for iOS. Question: How do I get a place's description using the Places API and display on an ...
joe_dev's user avatar
  • 101
9 votes
0 answers
8k views

Google Places API: error while autocompleting: NETWORK_ERROR

I searched around to find the way to solve my problem, but nothing succeeded. I have already set up the billing account and got my api key. Here is my code (same as the tutorial and I only want the ...
Hui Yu's user avatar
  • 93
9 votes
1 answer
619 views

Google Places Autocomplete 'address' types also allows street only addresses

This question here basically asks the same question: Restrict Google Places Autocomplete to return addresses only But doesn't get the right answer. If we look at the official documentation ...
dwjohnston's user avatar
  • 12.4k
9 votes
0 answers
4k views

ios Module 'GoogleMapsBase' not found

I have updated my pods to the latest GoogleSDK which now has separate cocoapods. After I have successfully updated my pods I am having issue with the module GoogleMapsBase which cannot be found and as ...
Adnan Asghar's user avatar
9 votes
1 answer
2k views

Google Place API in portuguese

I'm using Google's Place API to Autocomplete the cities names typed by the users (webpage). The API is loaded passing the language (pt-BR) as parameter and the text box is being filled correctly in ...
Douglas Gandini's user avatar

15 30 50 per page
1
2 3 4 5
164