Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [google-geocoding-api]

The Google Geocoding API is a webservice for the Google Maps API. The Geocoding API provides a direct way to access a geocoder via an HTTP request, though it must be used in conjunction with Google Maps.

google-geocoding-api
0 votes
1 answer
137 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
96 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
90 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
70 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
133 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
32 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
-2 votes
1 answer
96 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
349 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
110 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
97 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
46 views

Google Maps API Key is Not Working When Application Restrictions Set to Website [duplicate]

I'm Using Maps Javascript API & Geocoding API on My Angular Application Which is Hosted on Microsoft Powerappsportals. So, Map Is Displaying as Long as Application Restriction is None. But When I ...
Muhammad Naeem's user avatar
0 votes
0 answers
92 views

Geocode API for specific search "Ontario"

We have a search on our site to restrict the results in and around Idaho. When we are searching for "Ontario" with the following bounds (around Idaho), we are getting the result from ...
disnam917's user avatar
1 vote
1 answer
62 views

google reverse geocode lookup find the nearest to latitude and longitude

Sometimes in rural areas and near national parks, geocode(location:"47.826424436, -124.2662817624318") returns only a single formatted_address:"84VQRPGM+HF". Is there a way to ...
Pat's user avatar
  • 155
1 vote
1 answer
66 views

How to get the country place using the countryCodeIso2 from google geocoding api?

I am using https://developers.google.com/maps/documentation/geocoding/requests-geocoding https://maps.googleapis.com/maps/api/geocode/json My use case is this: I have country codes in iso 2 (2 chars) ...
Kristi Jorgji's user avatar

15 30 50 per page
1
2 3 4 5
52