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

I am sending the request like this https://maps.googleapis.com/maps/api/geocode/json?latlng={lat},{lng}&language=en&key={GOOGLE_MAPS_API_KEY} I am getting the result in English most of the ...
Score of 0
2 answers
191 views

I am using the Google Geocoding API from my frontend web application. https://maps.googleapis.com/maps/api/geocode/json?latlng=LAT,LNG&key=MY_API_KEY For security reasons, I tried to restrict my ...
Score of 0
2 answers
262 views

I am using the Google Geocode API to geocode several thousand addresses. I am getting some inaccurate responses and I am trying to figure out why. An example address is 6288 Route 22, Bernville PA ...
Score of 0
0 answers
83 views

API in Use: We're using the Google Address Validation API(https://developers.google.com/maps/documentation/address-validation/overview), specifically the v1:validateAddress endpoint. Google's ...
Score of 2
2 answers
196 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 1
0 answers
42 views

I am using Google Geocoding API. I sent this request https://maps.googleapis.com/maps/api/geocode/json?language=IT&sensor=false&address=Laives+via+Aldo+Moro&components=locality%3ALaives%...
Score of 0
1 answer
275 views

/// Searches for an address and moves the map Future<void> _searchAddress() async { String query = _searchController.text.trim(); if (query.isEmpty) { debugPrint("Search query ...
Score of 1
1 answer
33 views

Can the lat and lng of a store be modified using the Geocoding API? Through other APIs, I can't achieve what I need. From what I saw in the documentation, this is not possible with this API, but I'm ...
Score of 0
1 answer
46 views

The following API request https://maps.googleapis.com/maps/api/geocode/json?address=Sedanstra%C3%9Fe+9&components=locality%3ABerlin&region=de&language=de&key=... yields { "results&...
Score of 1
1 answer
137 views

I have the dataset.They are like this: My code is like this: def get_city(latitude, longitude, api_key): """Google Maps Geocoding API to determine the city from coordinates."&...
Score of 0
0 answers
124 views

I discovered by chance today in our Google cloud console account that a significant percentage (43%) of all queries to the geocoding API are failing. I have no idea why though. When I run the tool ...
Score of 1
2 answers
453 views

I am learning how to use the Google Geolocation API. I have my key that tells me the latitude and longitude, I get the map of the exact location as in the image. But what I need is the map without the ...
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 1
1 answer
276 views

I'm using the Google GeoCodng API , I'm facing troubles trying to geocode addresses from Colombia,, for example 'Carrera 8 # 27 - 06, Santa Marta, MAD, CO', that address means ( Colombian notation) ...
Score of -2
1 answer
254 views

It almost takes 1 mimute to convert 60 addresses to coordinates with my code. I want the result to contain address, latitude and longtitude in order. Is there other faster ways? Thanks code: import ...

15 30 50 per page
1
2 3 4 5
52