python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to get place_id based on telephone number
I would like to get the place_id based on the telephone. So far, I was able to get the place_id with the address but I wonder if I could get the same info but with the telephone.
import googlemaps
gm...
coding
Votes: 0
Answers: 1
Storing Data from Google Places API to create Recent search history
I have been going through the Google Places API and to make optimum use of the API in my app, I need clarity on their Terms of Service regarding Google places API.
I am working on cab sharing android ...
Gouravdeep Singh
Votes: 0
Answers: 0
Google Places API returns "Unsupported field name 'address_component'"
I'm using the Google Places API to find the address details of a small village in India, following this documentation from Google. My https request looks as follows:
https://maps.googleapis.com/maps/a...
Martin Reindl
Votes: 0
Answers: 2
Alternatives for Places API Autocomplete for Expo React Native
I am developing an app on with react native, expo, and firebase, and I need to use an api to autocomplete locations when a user types them, but the places API is incredibly expensive. I wanted to know...
CSStudent123456
Votes: 0
Answers: 2