You can format addresses as required.
<!-- Address -->
<UIElement type="label">
<P pid="wrapText" value="true" />
<P pid="width" value="75%" />
<P pid="margin_bottom" value="5%" />
<P pid="halign" value="center" />
<!-- Address Input Format – quite lengthy but this is how it works -->
<Format type="address" pattern="ADDRLOC" platform="Android">
<P pid="ADDRESS_MODE" value="1" />
<P pid="Address" value="1031 Budapest Zahony Street 7" />
<P pid="Locality" value="Europe" />
<P pid="Street" value="Zahony" />
<P pid="CityName" value="Budapest" />
<P pid="CountryName" value="Hungary" />
<P pid="CountryCode" value="HU" />
<P pid="PostalCode" value="1031" />
</Format>
</UIElement>