Configure different default address processors - 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-11-14
Published on
2024-11-14T12:57:29.533342

To configure different default address processors for the Geocode and Verify services, add the following featureSpecific lines to your Addressing.yaml under the preferences section:

factoryDescription: 
  featureSpecific: 
    GEOCODE: ggs
    VERIFY: global_locator                
Note: The featureSpecific lines can only be set to your Addressing.yaml.
In the example above, we have set ggs as the default processor for the Geocode service and global_locator as the default engine for the Verify service. When making an actual Geocode or Verify call via the Addressing API, the specified engine is automatically used.