benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

Geolocation API City isn't actually a City #957

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Send query to Geolocation API with latitude: 32.78167, longitude: -117.20556
2. Returns information including city field of "Bay Park."

What is the expected output? What do you see instead?

"Bay Park" is returned in the "city" field.  Bay Park is NOT a city, it
should read "San Diego."  This occurs for multiple locations in San Diego
(Hillcrest, Serra Mesa, Loma Portal, etc.).  These are actually
neighborhoods within San Diego.  It seems to me that neighborhoods should
be using their own field in the response, because in its current state I
can't access the true city name.

Original issue reported on code.google.com by nabbe...@gmail.com on 18 Oct 2009 at 6:37

GoogleCodeExporter commented 9 years ago
Thanks for the report. This is a problem with the location service, not with 
Gears
itself. I've filed a bug in the relevant place.

Original comment by stevebl...@google.com on 22 Oct 2009 at 8:37