Newest 'google-geocoding-api' Questions (original) (raw)

-1 votes

0 answers

33 views

The difference between Google Maps online service and Geocoding API [closed]

Our company recently encountered an issue while using Google’s mapping services: When using the Google Maps online service, if a latitude and longitude are entered in the search box as search ...

胡栩华's user avatar

asked 2 days ago

0 votes

0 answers

40 views

Getting REQUEST_DENIED error in Android app with Geocoding API

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

asked Feb 4 at 7:02

0 votes

0 answers

30 views

Is there a way to limit Google API calls after they exceed a certain number?

I am having a problem with some spam bots hitting my google api - distance matrix API and Geocoding API. They are using up all my quoat with spam. Is there a way to limit these to be disabled for an ...

Dave Fogel's user avatar

asked Jan 30 at 12:57

1 vote

0 answers

13 views

Google Geocoding API language parameter not working

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

asked Jan 13 at 14:07

`geocoding` Flutter: `locationFromAddress` throws "Unexpected null value"

/// Searches for an address and moves the map Future _searchAddress() async { String query = _searchController.text.trim(); if (query.isEmpty) { debugPrint("Search query ...

Filippo's user avatar

asked Dec 1, 2024 at 12:14

Modify lat and lng of a store

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

asked Oct 24, 2024 at 11:02

0 votes

1 answer

29 views

Components Filter in Geocoding Request

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

asked Oct 16, 2024 at 14:09

Google Maps Geocoding Coordinates Search Problem

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

asked Aug 21, 2024 at 11:50

0 votes

0 answers

74 views

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

asked Jul 24, 2024 at 12:25

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

asked May 18, 2024 at 6:32

0 votes

0 answers

175 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

asked Mar 26, 2024 at 22:35

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

asked Mar 20, 2024 at 18:44

-2 votes

1 answer

148 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

asked Mar 15, 2024 at 7:45

0 votes

1 answer

284 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

asked Mar 10, 2024 at 14:31

-1 votes

1 answer

61 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

asked Feb 28, 2024 at 8:31

-2 votes

1 answer

119 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

asked Feb 21, 2024 at 6:40

0 votes

2 answers

721 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

asked Feb 16, 2024 at 20:32

0 votes

0 answers

204 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

asked Jan 25, 2024 at 3:12

0 votes

1 answer

83 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

asked Dec 14, 2023 at 15:23

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

asked Dec 14, 2023 at 9:33

0 votes

0 answers

47 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

asked Oct 19, 2023 at 16:20

0 votes

0 answers

108 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

asked Sep 18, 2023 at 14:47

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

asked Sep 14, 2023 at 15:33

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

asked Aug 30, 2023 at 9:19

0 votes

1 answer

131 views

Why does Google Geocoding API not return rooftop results in China

For the past few years for addresses in China, Google Geocoder will only return the geocoded location at street level with the coordinates in the middle of the street. How come the API cannot return ...

Alex's user avatar

asked Aug 15, 2023 at 18:55

-1 votes

1 answer

326 views

Field Masks not working on Google Geocoding API

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,...

itsji10dra's user avatar

asked Aug 13, 2023 at 9:48

0 votes

1 answer

311 views

Is Batch processing available in google geocode API

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 ...

Hema Mounika's user avatar

asked Jul 30, 2023 at 19:51

Address formatting for geocoding with google sheets

I am trying to transform addresses in my google sheet into lat/long. I have already gotten myself an API key for this purpose and found the following formula on the Google Forums: =IMPORTXML("...

Cihla Face's user avatar

asked Jul 28, 2023 at 15:25

0 votes

0 answers

157 views

Google Maps Geocoding API throws error when using place_id as a search parameter

I am trying to get the longtitude and the latitude for a specific place_id in Google Maps Geocoding API, but I am getting an error. Based on the python api documentation there is a parameter place_id ...

Michael Diam's user avatar

asked Jul 10, 2023 at 14:28

0 votes

1 answer

221 views

Google Maps Geocoding finding wrong address

I'm trying to figure out what I can do to get the proper geocoding information for an address in my system. https://maps.googleapis.com/maps/api/geocode/json?address=570 E 900 N, Denver, IN 46926-9309&...

Matt James's user avatar

asked May 3, 2023 at 14:47

Geocoding - Different Postal Code In Response

I am using the geocoding API passing postal codes (GB mainly) to validate if the postal code is valid or not (using the address_components and types where if it returns "postal_code" I take ...

Steve Skill's user avatar

asked Feb 24, 2023 at 14:41

1 vote

0 answers

240 views

Get postcode / zip code with Google Geocoding API

I am trying to get the postcode / zip code for the registered users of my platform. I have access to the following: City Name State ID (Administrative Area Level 1) Country ID (Always Australia) ...

TharakaNirmana's user avatar

asked Feb 24, 2023 at 1:22

-1 votes

1 answer

139 views

Google Geocode API credentials not working on the URL

I have implemented Google Geocoding API and it works as expected. Then due to security measures we decided to apply Referer based restrictions. For which I have added .mydomain.com/ All the pages ...

user2678738's user avatar

asked Feb 17, 2023 at 18:48

Unable to use Google geocoding api in react native app

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'...

Madhu's user avatar

asked Jan 19, 2023 at 13:27

What are the solutions when geocoding a wrong or incomplete address?

My company gets the addresses the loading hubs for our freights every week. We need to geocode them into coordinates. But often the addresses either are incomplete or contain minor grammar mistakes, ...

Francis's user avatar

asked Dec 16, 2022 at 2:27

0 votes

1 answer

191 views

administrative_area_level_2 missing when searching with latitude and longitude

Why is it that I do not get the administrative_area_level_2 returned when reverse geocoding with latitude and longitude (India latitude and longitude) 19.1165896, 72.8471527 18.5204, 73.8567 19.5761, ...

Prakash Shinde's user avatar

asked Nov 22, 2022 at 11:15

Find nearby cities using Geocoding API

Is it possible to search nearby cities with given city or latitude longitude using geocoding API? For example user input City A, then the result is a list of cities nearby to city A. if not possible, ...

Syaifudin Zuhri's user avatar

asked Oct 4, 2022 at 0:56

0 votes

1 answer

329 views

Google Maps API return zero result while Google Maps UI gives the right return

Not sure how to proceed on this, but I got different results between the Google Maps API vs Google Maps UI. $ curl -s -X GET 'https://maps.googleapis.com/maps/api/geocode/json?address=Saint+George+AU&...

chenrui's user avatar

asked Jun 6, 2022 at 23:36

0 votes

0 answers

135 views

Python Geocoder call getting frozen after a certain number of executions

I am working on a Python application, which uses the geocoder library to find the latitude and longitude information for a given address and store it in a Redis key. All the information is serialized ...

Happy Coder's user avatar

asked Apr 22, 2022 at 9:01

2 votes

0 answers

383 views

Google maps geocode api return no results when using 'liverpool' searchTerm

We are using the geocode api in order to retrieve a list of results, containing address components and geometry (coordinates of that address). Whenever we are using ‘liverpool’(could also be with one ...

Simion Lucian's user avatar

asked Mar 4, 2022 at 8:30

0 votes

3 answers

7k views

Google reverse geocoding, get City/Country from latlng

Currently I am making an API request to https://maps.googleapis.com/maps/api/geocode/json?key=API\_KEY&latlng=48.866667,2.333333 where the latlng is the geo-point of Paris,France. What filters ...

spatak's user avatar

asked Feb 27, 2022 at 21:49

2 votes

0 answers

346 views

Did Google change the functionality of postcode_localities in the geocode API

We are using the geocoding API to supply suggestions for cities when the user enters a US zip code. We use the following: https://maps.googleapis.com/maps/api/geocode/json?key={our\_key}&address=...

David O.'s user avatar

asked Feb 17, 2022 at 19:38

1 vote

0 answers

411 views

Geocoding Error via Python and Google's Geocoding API

I am in need of some help at the moment with some research that I am working on in python. I cannot get this Geocoding API by google to work for some reason and I am not understanding the error code ...

Jessica Garcia's user avatar

asked Feb 17, 2022 at 15:00

0 votes

0 answers

686 views

Google maps API gives different results in browser vs made from http client, components parameter behaves different in browser vs app as well

I've seen this problem mentioned in other threads but they are often using older versions of google maps and are no longer valid. If I use the request parameters and access the following url (https://...

Bryan's user avatar

asked Feb 14, 2022 at 3:26

Flag geocoding errors in R using the ggmap package

I have a dataset with two columns on_road and at_road, the combination of which make up a string called geocode_string. With this string, I wish to geocode these intersections using my google API key. ...

z_11122's user avatar

asked Dec 28, 2021 at 23:02

0 votes

2 answers

920 views

Use Geocoding Service in Bigquery UDFs

I am trying to create a Bigquery UDF function that uses Googles Geocoding service. It seems we can import external libraries with the option parameter but I feel that I cant use the Geocoding service ...

dimi727's user avatar

asked Dec 20, 2021 at 17:41

how to get addresses of apartments and other close address with Reverse Geocoding google maps

I am using reverse Geocoding but its not giving me all the address for an apartment block it only gives me the address of the building how do I use reverse geocoding to give me the potential ...

tim's user avatar

asked Dec 2, 2021 at 16:13

0 votes

0 answers

12 views

How to get geocoder result from async callback funtion [duplicate]

First of all, I should say that I dont have a lot of experience working with TS/JS. I am working on an angular project that requires me to find lat, long from a given address and use that value in a ...

sohan vemu's user avatar

asked Nov 19, 2021 at 8:30

Migrating to Google Places API: Chicken and Egg issues

I have a legacy database with "text" addresses and places. Examples: 1231 Main Street, Boston, MA Berkeley, CA ... ... I would like to transition to Google Places API and replace those with ...

JasonGenX's user avatar

asked Nov 17, 2021 at 1:05

0 votes

0 answers

479 views

Get location address from geocoding api in android

I am going to use Geocoding API to get addresses from coordinates. I set the API key and sha1 in the google console and then make a request just like this link says. But I get a response including an ...

mehdi dorreh's user avatar

asked Nov 12, 2021 at 10:56