Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
2 answers
196 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 ...
lmeasr's user avatar
  • 31
0 votes
0 answers
64 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 ...
Baljinder Singh Sandhu's user avatar
1 vote
2 answers
121 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 ...
hrtlkr29's user avatar
  • 423
0 votes
0 answers
83 views

I’m encountering an issue when trying to use the Google Geocoding API in my Android app. When I make a request, I get the following response: { "error_message": "This IP, site or mobile ...
Isharas's user avatar
1 vote
0 answers
28 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%...
Alessio De Rossi's user avatar
0 votes
1 answer
238 views

/// Searches for an address and moves the map Future<void> _searchAddress() async { String query = _searchController.text.trim(); if (query.isEmpty) { debugPrint("Search query ...
Filippo's user avatar
  • 344
1 vote
1 answer
28 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 ...
Vanesa Montagna's user avatar
0 votes
1 answer
38 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&...
S.Baier's user avatar
  • 11
1 vote
1 answer
121 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."&...
ahmt_altnsu's user avatar
0 votes
0 answers
101 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 ...
AdamJones's user avatar
  • 651
1 vote
2 answers
418 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 ...
Gianlo478's user avatar
0 votes
0 answers
222 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: ...
Mazaetos's user avatar
1 vote
1 answer
228 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) ...
WzBn's user avatar
  • 13
-2 votes
1 answer
217 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 ...
Lara19's user avatar
  • 699
0 votes
1 answer
416 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; ...
Nico Foth's user avatar

15 30 50 per page
1
2 3 4 5
52