Zn2O / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

GoogleMaps GeoCoding - UNKNOWN_STATUS Error #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
Google Maps 1.0 Library (Release Candidate)
Detailed description:
When using 

private Geocoder geocoder = new Geocoder(new FactualGeocodeCache());
geocoder.getLocations("...", new LocationCallback() { 

I'm getting a failure to GeoCode addresses that can be GeoCoded through the 
maps.google.com 
UI.  The StatusCode I get is:

"UNKNOWN_STATUS: 620" when calling StatusCodes.getName(statusCode)

Using a dataset of 25 addresses I get failure in about 30% of cases.

Workaround if you have one:
None

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by john.ro...@gmail.com on 7 Oct 2008 at 11:02

GoogleCodeExporter commented 9 years ago
Thanks for the report.

The status in question is G_GEO_TOO_MANY_QUERIES: The given key has gone over 
the
requests limit in the 24 hour period.

I've updated Status.getName() with this error and updated the unit test cases.  
Patch
attached.

Original comment by galgwt.reviews@gmail.com on 7 Oct 2008 at 1:14

Attachments:

GoogleCodeExporter commented 9 years ago
Committed as r873.

Original comment by galgwt.reviews@gmail.com on 8 Oct 2008 at 2:48

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 11 Dec 2008 at 3:08

GoogleCodeExporter commented 9 years ago
Updating account names

Original comment by zundel@google.com on 21 Dec 2009 at 2:00