We have an old js application (https://maps.tucsonaz.gov/zoombiz/ ) built from an ESRI template (can't remember which one, it's pretty old)
The locator we wired up got retired, and we need to put in a new one. Simple, mostly. However there are some additional parameters in the Config.js code that I can't quite crack.
Here's the locator we are now wanting to use:
Geocoders/COMPOSITE_LOCATOR_WEB (GeocodeServer)
And here's what we need for the app, in addition to the service URL:
LocatorParameters: ["SingleKey"], // Set Locator fields (fields to be used for searching).
CandidateFields: "Score, Match_addr, Addr_type", //Set which fields are returned in results