My favorites | Sign in
Project Logo
             
New issue | Search
for
| Advanced search | Search tips
Issue 991: Bug: Geocoder Changes State Code without warning
1 person starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Owner:  ----
Closed:  Jan 2009
ApiType-Geocoder
Type-Defect


Sign in to add a comment
 
Reported by patterson.ar, Jan 13, 2009
The http geocoder will change the state code of the entered address without
any warning. To reproduce:

Attempt to geocode "822 Country Ave, Quincy, WA 98848":

http://maps.google.com/maps/geo?client=YourClientString&sensor=false&output=xml&key=YourKey&q=822+Country+Ave%2C+Quincy%2C+WA+98848

Expected:

If address is not found, returns match at highest accuracy that can be found.

Actual:

The following is returned, indicating an address in Virginia, with no
indication that the address has been changed:

<kml>
    <Response>
        <name>822 Country Ave, Quincy, WA 98848</name>
        <Status>
            <code>200</code>
            <request>geocode</request>
        </Status>
        <Placemark id = "p1">
            <address>822 N Quincy St, Arlington, VA 22203, USA</address>
            <AddressDetails Accuracy = "8">
                <Country>
                    <CountryNameCode>US</CountryNameCode>
                    <CountryName>USA</CountryName>
                    <AdministrativeArea>
                        <AdministrativeAreaName>VA</AdministrativeAreaName>
                        <Locality>
                            <LocalityName>Arlington</LocalityName>
                            <Thoroughfare>
                                <ThoroughfareName>822 N Quincy
St</ThoroughfareName>
                            </Thoroughfare>
                            <PostalCode>
                                <PostalCodeNumber>22203</PostalCodeNumber>
                            </PostalCode>
                        </Locality>
                    </AdministrativeArea>
                </Country>
            </AddressDetails>
            <ExtendedData>
                <LatLonBox
                    north = "38.8838782"
                    south = "38.8775830"
                    east = "-77.1044662"
                    west = "-77.1107614"/>
            </ExtendedData>
            <Point>
                <coordinates>-77.1076138,38.8807306,0</coordinates>
            </Point>
        </Placemark>
    </Response>
</kml>

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************
 

Comment 1 by pamela.fox, Jan 13, 2009
Marking as a duplicate, as I believe these 2 issues cover your request:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=171
http://code.google.com/p/gmaps-api-issues/issues/detail?id=172

(Note that the address you provided results in a "Did you mean?" in the Google Maps UI)

Status: Duplicate
Sign in to add a comment

Hosted by Google Code