Table of Contents

Search

  1. Preface
  2. Part 1: On-Prem Operations
  3. Part 2: Parameter and Element Reference
  4. Appendix A: Geocode Countries
  5. Appendix B: Reverse Geocoding Coverage
  6. Appendix C: Certified Mode Values

On-Premises Developer Guide

On-Premises Developer Guide

Maximum Number of Results in an Address Job

Maximum Number of Results in an Address Job

The MaxResultCount property specifies the maximum number of address suggestions that an address job can return in interactive, quick capture, and GeocodeToAddress modes.
Find the property under
Parameters
CountrySets
Result
in the
AVJob.schema.json
file.
The MaxResultCount property works in conjunction with the DefaultMaxNumResults and MaxNumResults properties in the
IDVEConfig.json
file that the engine reads.
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 in the
IDVEConfig.json
file, 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 in the
IDVEConfig.json
file 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.

0 COMMENTS

We’d like to hear from you!