google-geocoding-api Questions

3

Solved

I'm wondering if it would be possible to make a api call to the google maps geocoding api within a UDF in BigQuery? I have Google analytics geo fields such as { "geoNetwork_continent": "Europe",...

2

Solved

I am using go to consume the google maps geocoding API, but I keep getting this error: The HTTP request failed with error Get https://maps.googleapis.com /maps/api/geocode/json?address=Bangalore&a...
Titillate asked 7/6, 2019 at 5:21

2

What is a good python API I can use to get the population of a city? I have tried using geocoder, but it is not working - not sure why. geocoder.population('San Francisco, California') returns ...
Mississippian asked 20/2, 2017 at 1:52

3

I am using Google Geocoding API to conduct both forward and reverse geocoding work in my projects. While this API is only working for a single address or a single pair of geo coordinates per reques...
David asked 25/7, 2018 at 18:12

2

I've looked again and again on the site for this simple question and didn't find an answer I think it is very generic need Let's say that you have two drop down lists One you want to populate with...

3

While creating Google Maps API key there are four restrictions we can apply:- IP addresses (web servers, cron jobs, etc.). HTTP Referer (Javascript) Andoid (For SDK) ios (For SDK) Now everythin...
Egomania asked 30/4, 2020 at 8:21

3

Solved

I'm using Google Maps JavaScript API v3 to generate a map with multiple locations/markers. I only have the address for these locations, not the coordinates, so I'm using the Geocoding API to get th...

7

Solved

I'm trying to find the two closest streets to a point with the Google Places API (basically to indicate the closest intersection). However, any result will only ever return one "route", if at all. ...
Cleocleobulus asked 20/5, 2012 at 20:7

7

Solved

When I fetch Google Maps Geocoding API from my browser, it's working, but not from my PHP script. Working : https://maps.google.com/maps/api/geocode/json?sensor=false&key=AIzaSyDqIj_SXTf5Z5Dg...
Condillac asked 17/1, 2017 at 9:22

2

Solved

I am using Google's GeoCoding API. I have two methods where one works and the other doesn't and I can't seem to figure out why: string address = "1400,Copenhagen,DK"; string GoogleMapsAPI...
Toughminded asked 19/7, 2020 at 12:49

3

Solved

I am using google geocode API to test the following Python3.5 code but receive the error below. raise JSONDecodeError("Expecting value", s, err.value) from None >JSONDecodeError: Expe...
Ibis asked 3/1, 2016 at 3:59

3

I am trying to geocode user entered data using the Google maps API, and got an error for the Australian postal code "2010" maps.google.com/maps/api/geocode/json?components=country:AU|postal_code:2...
Centra asked 8/5, 2018 at 0:58

1

There are component restrictions for the google geocoding api. admininstrativeArea, country, locality, postalCode, route can I use any of these to filter by city and town? So that I don't get ...
Secondly asked 21/7, 2019 at 7:3

1

I'm attempting to access Google's Geocoding API with the following: curl https://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&key=XXX I get b...

2

Solved

I have to geocode few addresses in R but getting a "Timeout was reached: Connection timed out after 10000 milliseconds" error. I am behind office firewall so tried to use proxy as well but still ge...

2

Solved

I've seen several questions about getting ZERO_RESULTS for addresses that the user believes to be correct, which were resolved by correcting usage errors (e.g. failure to urlencode the address), or...

1

I am asking this question after extensively reading Google's recommended approach, but I do have a problem with all these approaches, let me explain the situation. I use combination of geolocation...
Rico asked 22/7, 2018 at 19:5

7

I found one way to send request: A Google Maps Geocoding API request takes the following form: https://maps.googleapis.com/maps/api/geocode/outputFormat?parameters where outputFormat may be ...
Needleful asked 5/12, 2016 at 10:3

3

Solved

I've discovered very strange issue. Geocoding API suddenly stopped to work for Crimea coordinates. Example: Simferopol city: http://maps.googleapis.com/maps/api/geocode/json?language=en&latlng=...
Submerged asked 22/4, 2014 at 9:0

1

Solved

Per Google, "Beginning on June 11, 2018, you’ll need to enable billing with a credit card and have a valid API key for all projects. This will give you the ability to scale easily with less downti...

3

Solved

I'm a beginner at Python and I've been working to geocode a database using Pandas and Geocoder on Jupyter. Since the df is a little long (around 3000 rows), I'd like to use Google's Geocoding API....
Grammar asked 26/7, 2017 at 20:26

2

I am using google Geocode API to get the lat long of particular address. when I am searching for "364 S Side Square, Carlinville, IL 62626, USA" in google search or google maps it gives the accura...

5

Solved

I'm using the google geocoder with an option to only return results from Germany Here's the relevant part of my function ... var geocoder = new google.maps.Geocoder(); geocoder.geocode({"addr...

4

Solved

I've found code on this site to get the sate from a zipcode, but I also need to get the city name. Here is my code for getting the state: (Note I also use jQuery) var geocoder = new google.maps.G...
Nickelic asked 26/4, 2012 at 20:7

2

I Have the need to be able to request 25,000 geocodes through Google map geocode api web service. I understand there is a 2,500 requests per day limit. Google allows the user to submit a request to...
Ellmyer asked 19/3, 2014 at 3:13

© 2022 - 2024 — McMap. All rights reserved.