Addressing: Geocode Custom Preferences

Custom preferences supported by the Geocode Service are for use against any country dataset.

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

"preferences" : {
     "customPreferences" : {
         "<YOUR_CUSTOM_PREFERENCE>" : "true"
     }
}

For example:

"preferences": {
     "customPreferences": {
         "FIND_DPV": "true",
         "FIND_SUITELINK": "true"
     }
}