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
In the example above, we have set featureSpecific
lines can only be set to
your Addressing.yaml.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.