Within the Addressing API, the Parse Service returns a list of results.
Addressing: Parse Example
In the Sample application, do the following:
- Navigate to .
- Enter the Address "10 downing street london SW1A 2AA" and "GBR" as the Country.
- Click Submit and review the Response.
{ "status": "OK", "parsed": [ { "classifications": [ { "label": "street", "value": "DOWNING" }, { "label": "city", "value": "LONDON" }, { "label": "addressNumber", "value": "10" }, { "label": "postalCode", "value": "SW1A 2AA" }, { "label": "country", "value": "GBR" }, { "label": "streetSuffix", "value": "STREET" } ] } ] }