Reverse Geocoding summarizing cities and states

0

Does anyone know how the return of this XML is coming with the city and state abbreviations instead of full return?

$xml=newSimpleXMLElement($Url,0,true);$rua=(string)$xml->addressparts->road;$cidade=(string)$xml->addressparts->city;$estado=(string)$xml->addressparts->state;echo"<b>Rua = </b>".$rua."<br><b>Cidade = </b>".$cidade."<br><b>Estado = </b>".$estado;

And return shows as the image below

    
asked by anonymous 09.03.2018 / 18:06

0 answers