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
0 votes
1 answer
38 views

Google Places Service findPlaceFromPhoneNumber not returning any results

I've built an interface where a prospect can type in their business name and the Places service uses AutoComplete getPlace method to get the business PlaceID. This works perfectly if the location has ...
Pat Friedl's user avatar
0 votes
1 answer
69 views

Google Auto Place Api - How to use multiple countries for auto address

I have seen in documentation that only 5 countries maximum allowed for auto address completion webservice. Can you kindly provide any option for multiple countries auto address search. If any other ...
Dev Edumind's user avatar
0 votes
0 answers
91 views

Google Maps Places lat/lng not populating in Form

I have a Ruby on Rails 7 app and I am using Google Maps Places Autocomplete API to fill in a form with bar name, address, website, etc. This code works fine and has been for awhile. I am trying to add ...
Splohr's user avatar
  • 67
0 votes
1 answer
233 views

Google places API reviews translated and not shown in original language

I am using the API to show reviews but for some reason even though they are originally in Slovak language they are translated to english when I try to fetch them as you can see here: author_name ...
Mast3rKoo's user avatar
0 votes
0 answers
55 views

How to customize Google Place API Autocomplete Support Fragment

I am using Google Place API Autocomplete Support Fragment for my Android mobile application. But as you can from the photo, the autocomplete support fragment's design is not uniform with my other ...
NotTwoShake's user avatar
0 votes
1 answer
41 views

Marker list conversion for google maps api end with the Error (type '_Map<String, dynamic>' is not a subtype of type 'String')

I'm using the Google New Nearby Search API to generate a list of markers of places around me and I'm getting this error type '\\\_Map\\\<String, dynamic\\\>' is not a subtype of type 'String' I'...
haker man's user avatar
-1 votes
1 answer
183 views

flutter google maps nearby search api type '_Map<String, dynamic>' is not a subtype of type 'String'

I'm using the Google New Nearby Search API to generate a list of markers of places around me and I'm getting this error type '_Map<String, dynamic>' is not a subtype of type 'String' I'm new ...
haker man's user avatar
0 votes
1 answer
217 views

Where to find the next_page_token in a Google Maps Nearby Search (new) response?

I'm using the "(New)" Places API through the REST endpoints and am trying to give my users the option to load a second page of place results. I know that you were able to do this in the old ...
holycamolie's user avatar
1 vote
2 answers
64 views

How to hide api in class element on fetch foto from Google api places

IONIC CAPACITOR AND REACT FOR NATIVE AND WEB APPS When I m fetching photo data from google api with that code below. It works good but when i inspect on website i can see on photo src my APIKEY how ...
Kacper's user avatar
  • 19
0 votes
1 answer
197 views

I am currently fetching the Google Reviews for my business and dispalying on my website using the Google Places API. Can I sort by most recent?

The default five reviews you get in the response are filtered down to the most relevant, is there a way to instead filter down to the five most recent reviews? I expected there to be a sort or filter ...
Adam Burgess's user avatar
0 votes
0 answers
31 views

Attempt to invoke virtual method 'android.database.Cursor androidx.cursoradapter.widget.CursorAdapter.getCursor()' on a null object reference

My app has a searchview in its top appbar. I am getting suggestions from the PLaces SDK autocomplete feature but when I click any of the suggestions my app crashes and I get this error: FATAL ...
user19334054's user avatar
1 vote
0 answers
125 views

Fetching data with Axios in React Native

I created a react-native app using expo. I am trying to query for the photos using the Google Places API but I get an Axios error as shown below. However, if I paste the URL on the browser it works. ...
Artwel's user avatar
  • 17
1 vote
1 answer
118 views

Places API Nearby Search behavior, queries sometimes return different data

When I hit the same parameters several times, the results sometimes differ even if they are made at the same time. GET https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=51....
Bartłomiej Kozanka's user avatar
0 votes
1 answer
102 views

Google Places API : some countries (french DOM-CROM) are not listed in autocomplete

I'm looking to autocomplete locations of french DROM-COM (overseas administrative departments and territories) but they are not listed in the results. Here are my config : var options = { types: ['...
olivierf's user avatar
1 vote
0 answers
502 views

How to solve CORS issue when hitting google map api from flutter web?

I am using Google map API for Location Autocomplete feature. To fetch the locations I use https://maps.googleapis.com/maps/api/place/autocomplete/jsontype=geocode&language=de&key=API_KEY&...
Senthur Kumaran's user avatar

15 30 50 per page
1
3 4
5
6 7
391