a:Address
The <a:Address> element contains information about the found toponym in hierarchical order.
Contains:
a:country_code a:postal_code a:country_code a:formatted a:additional a:Component
Attributes:
This tag contains no attributes.
Example
<a:Address>
<a:country_code>TR</a:country_code>
<a:formatted>Istanbul, T1, Sultanahmet Tramvay İstasyonu</a:formatted>
<a:Component>
<a:kind>country</a:kind>
<a:name>Turkey</a:name>
</a:Component>
<a:Component>
<a:kind>province</a:kind>
<a:name>İstanbul</a:name>
</a:Component>
<a:Component>
<a:kind>locality</a:kind>
<a:name>Istanbul</a:name>
</a:Component>
<a:Component>
<a:kind>route</a:kind>
<a:name>T1</a:name>
</a:Component>
<a:Component>
<a:kind>station</a:kind>
<a:name>Sultanahmet Tramvay İstasyonu</a:name>
</a:Component>
</a:Address>