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
Flutter Google Places Autocomplete only for Localities and Sub Localities
I want to get the suggestions through Google Places API only for Localities and Sublocalities and nothing else.
I read the documentation on the Google Places Website and it seems that this is impossib...
Moez Elahi
Votes: 0
Answers: 0
GooglePlacesAutocomplete in react native gets inaccurate latitude and longitude
I need to add Google Places Autocomplete in my react-native app, I'm using react-native-google-places-autocomplete library, my code is:
<GooglePlacesAutocomplete
placeholder="Se...
alia
Votes: 0
Answers: 0