Parse Service Request - geo_addressing_sdk - 5.0

Geo Addressing SDK Developer Guide

Product type
Software
Portfolio
Locate
Product family
Geo Addressing
Product
Geo Addressing SDK
Version
5.0
Language
English
Product name
Geo Addressing SDK
Title
Geo Addressing SDK Developer Guide
Copyright
2023
First publish date
2007
Last updated
2024-09-12
Published on
2024-09-12T14:50:21.470801
"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}/):
  1. Click Addressing v1 > Parse.
  2. Enter a complete Address and specify a Country.
  3. 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"
            }
          ]
        }
      ]
    }