Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
16 views

Using the Google Maps API, how can I retrieve the name of a building with only the street address?

I have a list of street addresses (eg: 123 Main Street) for which I need to identify the name of the building/institution at that address. The process by which I've been approaching this is to first ...
Olivia Wan's user avatar
0 votes
0 answers
24 views

RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'GetPlaceRequest' and limit 'GetPlaceRequest per minute' of service 'places.googleapis.com'

It is unclear at this point what the differences are between Place API New vs Legacy. In the latter, you never see these errors come up but on new they do. Why is that the case? If I look at the ...
cpd1's user avatar
  • 789
0 votes
1 answer
57 views

Google Maps - Places API: Why can't I combine ADDRESS and ESTABLISHMENT in setTypesFilter()?

I'm using the Places SDK for Android and trying to get both addresses and business names in autocomplete predictions. Since setTypeFilter() was deprecated, I switched to setTypesFilter() as ...
mmm808's user avatar
  • 301
1 vote
2 answers
77 views

Google maps place id refresh

I have a relatively simple question, I can't find an answer for. I'm using the google places api and store the ids. However the documentation states, that refreshing placeId is free of charge. It's ...
Joshit's user avatar
  • 1,347
0 votes
0 answers
26 views

How to avoid Atmospheric data in Google Places API Nearby Search

My requirement is to get all the place names under a specific place category from address_components within 500m of a location specified by latitude and longitude. I am using Google Places API (...
Ramesh Karunakaran's user avatar
0 votes
0 answers
66 views

Google Places API always returns only 20 results, no nextPageToken for any query

I’m using Google Places API (v1 places:searchText) to search businesses. For every query (e.g. β€œNamkeen Companies in Delhi”, β€œHotels in India”), I only get 20 results. The response never includes ...
Raghav Saxena's user avatar
0 votes
1 answer
49 views

Register Form not saving the latitude and longitude of the location

I am developing a website using Next.js and Supabase with the Google Places API to set a location. At the moment, when a new account is created the formatted address of the user is saved, but I'm not ...
ARMWilkinson's user avatar
0 votes
0 answers
51 views

google places api autocomplete is billing every request

IΒ΄m using the new places api with JS. I have the following functions: let request = { input: '', locationBias: { lat: -1, lng: -1 }, language: 'pt-BR', get includedPrimaryTypes() { ...
Leonardomv's user avatar
1 vote
1 answer
250 views

Setting an initial address for Google Places PlaceAutocompleteElement

Since Google deprecated its old places autocomplete API in March 2025, we've been converting to the newer API. We had a use case with a requirement to set the initial value of Google's "New" ...
Jordan L's user avatar
0 votes
1 answer
123 views

Google Maps Places API - 50km radius restriction not being enforced?

Problem According to the official Google Maps Places API documentation, the radius parameter is limited to 50,000 meters (50 km) for Autocomplete requests: radius The radius will automatically be ...
phdezann's user avatar
0 votes
0 answers
34 views

Google Places Nearby Search API type returnes wrong results

I'm currently working on a task involving the Google Places API (specifically, the Nearby Search). Nearby search works as follows: we send lat, lon, radius (0-50,000 meters), and a type (in our case, ...
Idan Damri's user avatar
0 votes
0 answers
54 views

How can I restrict the Places API (New) AutocompletePlaces Java client to preferably return results located in Sweden?

If I look at the documentation of setRegionCode("se") I see this javadoc documentation: To restrict results to a region, use region_code_restriction. I would like to restrict the results ...
jvieten's user avatar
  • 31
1 vote
0 answers
94 views

Angular: ERROR TypeError: Cannot read properties of null (reading 'writeValue') when using standalone component with ControlValueAccessor

I'm implementing a standalone component in Angular that wraps the gmpx-place-autocomplete web component from Google Maps Platform and implements the ControlValueAccessor interface to use it within a ...
AlejoDev's user avatar
  • 3,272
10 votes
6 answers
3k views

How to style Google Maps PlaceAutocompleteElement to match existing form inputs?

I'm migrating from the legacy Google Places Autocomplete to the new PlaceAutocompleteElement in my Rails application. The new component is working functionally, but I can't get it to match the styling ...
Kirill Isakov's user avatar
2 votes
0 answers
72 views

Google Places Autocomplete always returns Canadian addresses, even when setting a US location/bias

I’m using flutter_google_places_hoc081098 (or the official Android Places SDK) to autocomplete addresses in my Flutter app. Despite explicitly setting country filters or lat/lng bias for the United ...
Alejandro Ruthman's user avatar

15 30 50 per page
1
2 3 4 5
…
392