Hi,
I see that when using the HTTP geocoder, I will get what looks to be
the two letter State abbreviation for US landmarks in the
AdministrativeAreaName. For example:
<AddressDetails xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"
Accuracy="6">
<Country>
<CountryNameCode>US</CountryNameCode>
<CountryName>USA</CountryName>
<AdministrativeArea>
<AdministrativeAreaName>MN</AdministrativeAreaName>
However, when geocoding international landmarks, the
AdministrativeAreaName is not abbreviated. Is there any way to get
back ISO 3166-2 abbreviations for AdministrativeAreaName in the
geocode response?
<AddressDetails xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0"
Accuracy="8">
<Country>
<CountryNameCode>AT</CountryNameCode>
<CountryName>Austria</CountryName>
<AdministrativeArea>
<AdministrativeAreaName>Vienna</AdministrativeAreaName>
Thank you,
Jon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---