Addressing: Geocode Service Request
Within the Addressing API, the Geocode Service provides address validation and standardization capabilities along with location information.
Note: When the Spectrum Global Geocoding SDK is deployed, three address processors are included
(Global Geocoding, Geolocation, and Finalist).
To specify an address processor, set "label" to one of the following values.
Note: Labels
are case-sensitive and must be lowercase.
Value | Description |
---|---|
"ggs" | Available for the whole world. |
"global_locator" | Available for the whole world. |
"finalist" | Only processes USA data and input must be in multiline format. |
"preferences": {
"maxResults": 1,
"returnAllInfo": true,
"factoryDescription": {
"label": "",
"featureSpecific": {}
For more detail about preferences and input addresses, see Addressing API Objects: AddressRequest.
You can try this in the Global Geocoding API Sample application
(http://{server}:{port}/{context}/):
- Click .
- Enter a complete Address and specify a Country.
- If multiline entry is needed, select the Show parsed Fields option.
- In the Request, go to the
"preferences"
section and enter a value on the"label"
line. - Click Submit and view the response.