"preferences": {
"maxResults": 1,
"returnAllInfo": true,
"factoryDescription": {
"label": "",
"featureSpecific": {}
Note: Currently, there are no custom preferences for the Parse Service.
You can try this in the Geo Addressing SDK Sample application
(http://{server}:{port}/{context}/):- Click .
- Enter a complete Address and specify a Country.
- Click Submit and view the parsed response.
{ "status": "OK", "parsed": [ { "classifications": [ { "label": "street", "value": "FRASER RIVER" }, { "label": "admin1", "value": "CO" }, { "label": "city", "value": "LITTLETON" }, { "label": "addressNumber", "value": "7782" }, { "label": "postalCodeExt", "value": "8012" }, { "label": "postalCode", "value": "80125" }, { "label": "country", "value": "USA" }, { "label": "streetSuffix", "value": "CIR" } ] } ] }