The MaxResultCount property specifies the maximum number of address suggestions that an address job can return in interactive, quick capture, and GeocodeToAddress modes.
The MaxResultCount property works in conjunction with the DefaultMaxNumResults and
MaxNumResults properties.
The DefaultMaxNumResults property defines a standard maximum value for jobs that return address suggestions. If you do not set a value on the MaxResultCount property in a job request, the job reads the value of the DefaultMaxNumResults property.
The MaxNumResults property defines an upper limit for the number of address suggestions that
the engine can process. If you do not set a value on the DefaultMaxNumResults property,
the engine uses the value on the MaxNumResults property in the same file to determine
the maximum possible number of address suggestions. The individual values on a
MaxResultCount property in a job request and on the DefaultMaxNumResults property must
not exceed the MaxNumResults property value. The engine reads the MaxNumResults property
during initialization. To change the MaxNumResults property value, first deinitialize
the engine.
The default value on the MaxNumResults property is 20. The maximum value that you can set on a MaxResultCount, DefaultMaxNumResults, or MaxNumResults property is 100.