The "Address Component Types" published on the
Google V3 Geocoding API appears to be incomplete as it fails to denote that a type called "DependentLocality" that is returned. This is causing my client to miss the city that is returned since my client has no way of knowing the types that are returned which are not published. Has an .XSD been published to resolve this? If not, I'm wondering how many other types are there that will be returned which are not documented.?.? I know there are others as I've come across them, but never took time (as I did for this one) to investigate. Here is the URL to reproduce the issue:
http://maps.googleapis.com/maps/geo?q=1500+Campo+Truck+Trail,+Campo,+California,+91906&output=xml&sensor=false&key=<your geocoding API key here>
Thoughts?