The
google-geocoding-api tag has no wiki summary.
-2
votes
0answers
40 views
google maps over query limit
I know that similar questions have been posted but I have not found and answer in any of them as it relates to my particular issue.
I have a javascript that uses google maps to place customer ...
0
votes
0answers
15 views
Client side vs. server side geocoding
I have a site that performs client-side geocoding based on user input. However, for those urls that are indexed by the crawlers, if a person searches and enters the site by a predetermined location, I ...
0
votes
0answers
46 views
Google Maps API Geocoding - handling multiple requests
I want to be able to reverse geocode multiple points on map. My code looks like this:
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, ...
0
votes
0answers
43 views
Getting addresses and postcode from Geocoding & GoogleAPI result but only need the postcode
I'm getting a complete address for instance, if I type SO12 into the search box, it returns the full postcode, and UNITED Kingdom. How do I strip it to show just the postcode and not address & ...
1
vote
1answer
30 views
OVER QUERY LIMIT only on my wifi [closed]
I'm using google distance matrix api for calculating distance/time between 1 source and 10 destinations. I know there is quota limit of 2500 request per day. I am always getting OVER_QUERY_LIMIT ...
1
vote
0answers
35 views
Google Geocoding API suddenly very slow
I was working on a site about a month ago that calls Google's geocoder and returned the results almost instantly. Now when I attempt the call, it takes about 8 seconds. Is anyone having problems ...
0
votes
1answer
43 views
Geocoding Web service api returns OVER_QUERY_LIMIT after 8 queries
I have been doing geocoding to prefetch groups of addresses.
Since the last week, I have been getting the OVER_QUERY_LIMIT result returned after only handling 8 addresses.
So, I am still well within ...
0
votes
0answers
26 views
google-geocoding response has empty types array for result and address_component. expect “premise”
Recently my code received a result that included a single geocode result, but which had an empty "types" array for both the result and the address_component for a building.
After reading the ...
1
vote
1answer
50 views
Google Geocoding API - Notifications
I'm using the following API in one of my applications.
http://maps.googleapis.com/maps/api/geocode/output?parameters
XML configured output is being used. I would like to know if there is any way I ...
0
votes
1answer
107 views
Google Maps API v3 geocoding web service with key to monitor usage
I am trying to implement a server side call to geocoding with a given address in C#. I understand that the geocoding web service does not require an API key to work. I also understand that sensor ...
0
votes
1answer
44 views
Get shorter response from Google Geocode Api
This is my Get request for api:
http://maps.googleapis.com/maps/api/geocode/json?latlng=50.126886,14.421954&language=cs&sensor=false
And I get really long response which is not ideal for ...
0
votes
1answer
92 views
Access Denied when attempting to use Google Maps Geocoding Service with a Console API Key
UPDATE: In an effort to give a more clear question. How do I use the Google Console API key with the Google Maps Geocoding Web Service API? At the moment the request comes back as denied, when I ...
0
votes
2answers
80 views
Proximity search based on Latitude and Longitude
I am making a market type application, in which users enter product details and product address, now I Geocode this address into latitude and longitude using Google Geodcoder and further I process ...
0
votes
0answers
6 views
OVER_QUERY_LIMIT happening out of the blue [duplicate]
I've got an application that uses google geocoding api to return lat/long. I'm finding that in the past 24 hours a select group of users of this application - all in the same company - are getting ...
0
votes
0answers
65 views
Search Location on Action Bar Android
I want to ask about finding a location using the action bar. I've made the program as shown below :
I've made a class to find location. but at the time I called into the EditText search, class does ...
0
votes
1answer
54 views
3 different urls 3 different ways for geocoding.What is the correct way of doing it?
All I want is to get the geocode for the given address.Im doing it in Java.
Earlier I used the url like
"http://maps.google.com/maps/geo?q=" +URLEncoder.encode(addrToFind, ENCODING) + ...
0
votes
0answers
91 views
Address to coordinate in objective c in google map
I have 60 address and I want to add the pin for every address. I want to use google maps and not Apple maps. I have a loop outside, and calling this method for 100 elements.
And some times I got this ...
1
vote
1answer
73 views
Google Geocoding API sometimes I can never get results, only get “REQUEST_DENIED”
I have developed a feature related to geocoding API on my site.
My site has many customers, so they access Geocoding API lots of times everyday.(like this ...
0
votes
2answers
176 views
avoid OVER_QUERY_LIMIT with google maps using setTimeout, unexpected time gaps
I'm trying to avoid the dreaded over query limit messages from the google geocode api.
I'm getting my data in batches of 10 from the server. Within one batch the timings are good, but between batches ...
1
vote
1answer
146 views
Google places API - How to get regions of a country?
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 a ...
0
votes
1answer
543 views
JSON status code 610
I was obtaining the street, city and country details by passing the latitde and longitude values to the following URL: http://maps.google.com/maps/geo?q="+la+","+lo;. However, this has suddenly ...
1
vote
2answers
557 views
Changing from Google maps api v2 to v3
I've been using Google geocoding v3 for about 6 months but all of a sudden it's stopped working (I get a 610 error). It's only stopped in the last week or so.
Then I came across this (see the pink ...
-2
votes
1answer
90 views
Geocoding in android Api Charges? [closed]
Hi does geocoding and reverse geocoding android api charges?
if yes then how much?
Thanks in advance
1
vote
0answers
134 views
Windows 8 apps (Xaml, C#) Google Maps
Is it possible to embed a WebView and load Google Maps in it with push-pins loaded in the map for a set of co-ordinates? I'm using Xaml and C# for Windows 8 applications.
-2
votes
1answer
392 views
Google API key just stopped working
Today I started getting the 'invalid api key' error from Google, after years of the code working just fine. Started today. Example:
This does NOT work:
...
6
votes
2answers
4k views
Google Geocoding v2 API stopped working suddenly
The Geocoding v2 API stopped unexpectedly.
e.g.
http://maps.google.com/maps/geo?q=27703&output=json&key=AIzaSyBVr3n3IVZzakGvtIWeRaJEXsC63JHZ0w8
I'm not able to get lat,long from the API. ...
1
vote
1answer
1k views
GoogleMaps API -address to coordinates (latitude,longitude)
This is driving me crazy.
I have deleted this key 1000 times so far.
Yesterday it worked like a charm, today not anymore
Here is the python code:
from googlemaps import GoogleMaps
gmaps = ...
-2
votes
1answer
158 views
why google geocoding can't find some addresses
hello I've got this java programe which gets the addresse from a database,make requeset to google geocoding api and then I want to see the lat, lng cordinates.
Also as some addresses are not able ...
0
votes
1answer
196 views
Google geocoder.geocode, asynchronous variable mapping
I have the following geocode asynchronous method bellow, it works as expected taking in an address from a custom Object Array I have, my problem is mapping of the result back to object[i] that fired ...
0
votes
0answers
40 views
Benchmarking Geocoding API
I am trying to benchmark Google Geocoding API just to get an idea what Kind of latency I should be expecting in terms of response that I am going to get back from Google Geocoding API. Below is my ...
0
votes
0answers
44 views
Latency for Geocoding API
I was planning to use Google Geocoding API. I was wondering what is the latency I should expect in getting the response back? I cannot find out these details on the website.
Does anyone aware of what ...
0
votes
0answers
23 views
Google geocoding behaviour
I've got 1000 addressees, and I've made a program in Java which makes request to the Google Geocoding API to get the coordinates of the addresses.
I've made two attempts to see if the response is ...
0
votes
1answer
77 views
Problems with google geocoding api
a program which gets the address from database and makes request to google geocode api to get the address.
here is the mistakes i observe and can anyone help me how i can make the response from ...
0
votes
3answers
167 views
Can the Google maps V2 Webservice still be used after March 8, 2013
We are still using the Google maps V2 webservice because we are not yet finished with the migration of the V2 webservice to the V3.
Will it still be possbible to use the V2 webservice after March 8 or ...
0
votes
1answer
364 views
google map API v3, click event not getting fired in Java script
i am using google map api v3 for javascript. i managed to get the map on my webpage. now i need to perform reverse geocoding when the user clicks on the map. for that i have written the necessary ...
0
votes
1answer
272 views
Google Maps Geocoding and ploting several locations
I am trying to implement a script that will geocode and plot all the locations of an array into a map. I am stack because I cannot get the map to fit all the markers added in the screen. I lost many ...
0
votes
1answer
249 views
Getting “Unable to authenticate the supplied URL” authentication error on using clientId & signature in google geocoding URL
We are porting from version 2 to version 3 of geocoding api. This public url works but is limited to 2500 requests per day & we are a business user so we need to use clientId & signature ...
0
votes
0answers
96 views
Google Geocoding API request limit
The official google geocoding api documentation says, that you have 2500 free requests per day and there is a limitation of the request rate (other so-questions say 10/s but nothing official).
My ...
0
votes
1answer
76 views
Difference between viewport and bounds in google geocoding
What the difference between viewport and bounds rects in google geocoding api?
For big countries (USA, Russia) viewport differs from bounds (sample request for Canada: ...
0
votes
1answer
105 views
Google geocodeing API - search in just one country
I am looking for geocodes with the google geocode-API:
http://maps.googleapis.com/maps/api/geocode/json?address=london%c2+UK&sensor=false
The problem is, that the input isn't very accurate ...
0
votes
1answer
222 views
Places Autocomplete API to get GPS coordinates from address entered
I have an address field in my app where the user needs to enter the required address. I have used google Geocoder to get the GPS coordinates of the address . But now I want to make it easier for the ...
-3
votes
1answer
64 views
Return name of place in geocoder result
Is it possible to return the name of the place in the results using google's geocoder?
I realize that the documentation doesn't show it as a returned result.
How would i go about receiving the name?
...
0
votes
0answers
92 views
how to let google maps recognize full names against partial names?
Is there a way to let Google Maps recognize similar names instead of exact matches?
searching against...
33, Bell Street, City 000000, Province, State
produces the right result... but searching ...
3
votes
2answers
539 views
Will Google Maps Geocoding API V2 stop working on 3/8/13?
We received a notice that said:
"The Google Maps API V2 was deprecated on March 8, 2010 and will continue to work until March 8, 2013. After that date, we will no longer offer support for this API ...
1
vote
0answers
105 views
Missing CORS HTTP header in Google Geocoding Web Service
I'm using Google Geocoding API (Web Service, not through the geocoder object in Google Maps API) in a Javascript aplication with jQuery so I'm using $.getJSON to get the geocoding response.
Until ...
0
votes
0answers
37 views
Are there known issues with geocodeQueryCheck() from ggmap package?
I've been useing the ggmap package in R to source longitude and latitude from an list of addresses. As Google maps API only allows 2,500 queries per day, I've broken up this list into groups of 1,000 ...
0
votes
0answers
26 views
API that allows to get the name of a place from a postal address
Is there an API that allows to get the name of a place from a postal address (and not from gps coordinates like nearbysearch google place api) ?
Tanks,
Dimitri
0
votes
1answer
192 views
How to determine if address doesn't exists in Google Maps Api v3
Hi I'm trying to find out if an address exists in a City+Province+Country using google's maps API v3 geocoding webservice. I've seen that Google always returns something. For example, if I try to find ...
-1
votes
1answer
73 views
How to find whether an address is valid one : java [closed]
I am trying to geocode the below addresses
6121 Winthrop Avenue, Indianapolis, IN 46220, USA
Google API response returns the below one which we consider this as correct one.
Here's a link
...
0
votes
2answers
187 views
How to retrieve values from JSON nested array?
I'm using this link in my Android application. And I have to retrieve value of long-name key from address-componant JSON array.
Following are JSON structure :
{
"results":[
{
...



