close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 2
2 answers
197 views

When I try to enable the Geocoding API, I receive this error: Even though I'm not in India (I have checked Google account region, GCP account region to see if there is any incorrect setting). If I ...
Score of 0
0 answers
56 views

I have been running into this issue while trying to call Google Maps Api in my demo environment. The api works fine on my production which is odd because they are exactly the same right now I have set ...
Score of 1
1 answer
65 views

In Angular Application, I have an array with list of addresses arrayToupdate.. for the complete list, I am making a geocoder.geocode api passing the address. Our aim is to get the lat and lng for all ...
Score of 0
0 answers
236 views

I'm trying to incorporate search in my map using the Google Provider (I'm using this (Smeijer/Leaflet-GeoSearch) plugin with Leaflet), however I'm not able to make it work. My code is very direct: ...
Score of 0
1 answer
441 views

I'm building a Flutter App and added a screen to pick a specific location. This is the code for that screen: class EventLocationPicker extends StatefulWidget { final String locationPlaceId; ...
Score of 0
2 answers
1425 views

Alex %>% geocode(address = 'Address', method = "google", lat = latitude, long = longitude) Error in geocode(., address = "Address", method = "google", lat = ...
Score of 1
1 answer
54 views

This code is not giving a zoomed marker at correct location. It stays at the default position instead of address received, even though the original source code works for others. There are no terminal ...
Score of -1
1 answer
662 views

While applying application restrictions with 'Websites' option in Google cloud console for Map API key, it stopped working even in the allowed web url also. Followed below steps: Enabled 2 API from ...
Score of 0
1 answer
207 views

Geocoder geocoder = new Geocoder(this, Locale.US); The above code returns the address in English irrespective of device language. But in Dubai, the above code is not working and returns the address ...
Score of 0
1 answer
428 views

Following the official Google developer doc here. I am trying to hit following API: https://maps.googleapis.com/maps/api/geocode/json?address=bangalore&key=MY_KEY&fields=formatted_address,...
Score of 0
1 answer
480 views

I have gone through google geocode documenation: https://developers.google.com/maps/documentation/geocoding/requests-geocoding It says: 50 requests per second, calculated as the sum of client-side and ...
Score of 1
1 answer
214 views

Because of the notice about changes to Address Types and Address Component Types for addresses in India I was wondering how we can reflect that, using the Android Geocoder from SDK which returns ...
Score of 0
2 answers
163 views

This code belongs to a fragment which shows the user's current location.After getting location when I want to go back to previous fragment App crashes.Logcat says error is happening here : "val ...
Score of 2
0 answers
552 views

I want to get the street address from longitude and latitude. Currently I am using geocoder.getFromLocation(latitute,longitude,1) fun getLastKnownLocation() { fusedLocationClient....
Score of 0
1 answer
688 views

I'm trying to implement google's geocoding for reverse geocoding in my react native app, i wanted to apply restrictions in google console for iOS app with bundle id's. But when i apply restrictions i'...

15 30 50 per page
1
2 3 4 5
66