Validate Address Format

Receives a partial address string and returns a complete formatted address that can be consumed by the API if found

<!--/places?address=7979 e tufts ave-->
<address>
    <line1>7979 East Tufts Avenue, Denver Tech Center</line1>
    <city>Denver</city>
    <state>Colorado</state>
    <postcode>80237</postcode>
    <country>USA</country>
</address>
Language
URL