Custom Preferences: Reverse Service (Addressing API) - 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

Custom preferences supported by the Reverse Service are for use against any country dataset. Other custom fields that apply to certain countries are located in Custom Fields.

To create a custom preference for a POST request, follow this code snippet.

"preferences" : {
            "customPreferences" : {
            "<YOUR_CUSTOM_PREFERENCE>" : "true"
            }
Parameter Type Description

POST: FALLBACK_TO_WORLD

String When World Places is installed, the reverse geocoder specifies whether to use World Places to determine a geocode when any of the following conditions exist:
  • A country geocoder is not installed
  • The country geocoder does not return a reverse geocode candidate
World Places may return either a postal or geographic geocode depending on the level of support in the dataset. Optional.
true
Use World Places Geocoder for matching when either no reverse geocode candidate is returned by the country geocoder or there is no country geocoder present. Default.
false
Do not use World Places Geocoder.

The customPreferences object is specified in the preferences object. see example at the top of this table.