Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
17 views
+50

Does Google Maps Geocode API return detailed errors on why API calls may fail?

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
  • 273
0 votes
1 answer
148 views

Google Geolocation API - red destination marker

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
100 views

Leaflet GeoSearch: Google Provider not working

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
99 views

Google Geocoding API : Colombian Addresses issues / How to GeoCode Address intersections? [duplicate]

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
77 views

Python: faster way to do Geocoding API

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
137 views

Flutter Google Maps Popup "The Provided Api Key is invalid"

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

Fetching sub localities through a zip code

How can I fetch sub localities or sub sub localities through geocoding API by passing zip code of that area? Currently I am only getiing postal_localities. I tried this GET https://maps.googleapis.com/...
Vaibhav Nandwani's user avatar
0 votes
2 answers
424 views

Geocoding function will not work, I keep getting the same error message

Alex %>% geocode(address = 'Address', method = "google", lat = latitude, long = longitude) Error in geocode(., address = "Address", method = "google", lat = ...
GracedChip's user avatar
-2 votes
1 answer
98 views

Geocoding? Adding coordinates column to a dataset of spots

If I have a dataset with industries names and cities where they’re placed, is there a way I can get addresses or coordinates automatically from google maps? I tried asking ChatGPt that told me to use ...
Auvivi's user avatar
  • 1
-1 votes
2 answers
368 views

System.Text.Json.JsonException: 'The JSON value could not be converted to System.Collections.Generic.List`1

I am attempting to build a WPF Application to store Holiday Details in a SQL Server database. I request an address from end user and attempt to GeoCode the address. To do this I make a web request ...
Graeme Baillie's user avatar
0 votes
0 answers
121 views

Which "address_component" keys of google geocode map api response should use for address, address line 2, zip code, city and state

I am using google geocode map api to get the address detail.I have a separate HTML input field for address, address line 2, zip code, city and state in my form. Now,I would like to fetch the address ...
soul true's user avatar
0 votes
1 answer
64 views

Geokit Rails Geocode fails in heroku (work locally) due to unexplained security issue

ENV: ruby '3.2.2' gem 'geokit-rails', '~> 2.3', '>= 2.3.1' gem 'rails', '~> 7.1.2' production env: Heroku Details I have a Property() Model that geocodes after update on a property_address ...
eriel marimon's user avatar
0 votes
1 answer
100 views

How to hit google geocoding api with signed request through GeoApiContext?

I am using google geocoding api to figure out pincode of a lat long and recently found that an unsigned request has a limit of 25,000 per day. I am not able to find how to send a signed request ...
Harshit Vijayvargia's user avatar
0 votes
0 answers
171 views

Google Geocoder returning colloquial_area instead of administrative_area_level_2

I am attempting to highlight the administrative_area_level_2 using FeatureLayers and Data-driven styling This works for most addresses, but I'm finding some outliers, for example Buckinghamshire in ...
oobayly's user avatar
  • 996
1 vote
1 answer
44 views

The Map is not showing the correct location using Geocoder. It points to the default coordinates

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 ...
Shashwat Shrivastava's user avatar

15 30 50 per page
1
2 3 4 5
110