Skip to content
Seth edited this page Sep 30, 2016 · 2 revisions

Available Locator Types

The table below lists the locators that the Drilldown widget supports and their corresponding config type. The config type is used when setting up the locators to be used in the Web AppBuilder widget.

Locator Class Name Config Type
AddressBase Premium ABXLocator ABX
AddressBase Premium DPA ABXDPALocator ABXDPA
LLPG LLPGLocator LLPG
IDOX GMS Connector, V8.2 or greater ** GMSLocator GMS
OSG OSGLocator OSG

If you are using the Drilldown widget in the Web AppBuilder and setting up the configuration you would use the types in the locatorType property e.g.

{
      "url": "//server/LocatorHub/arcgis/rest/services/GMS/ADDRESS/GeocodeServer",
      "name": "Edinburgh LLPG",
      "singleLineFieldName": "SingleLine",
      "placeholder": "",
      "countryCode": "",
      "maxResults": 2000,
      "type": "drilldown",
      "locatorType": "GMS"
}

If you are using the Drilldown widget outside of the Web AppBuilder then you would use the Locator class for the type of locator you have set up e.g.

var abxLocator = new ABXLocator("//myserver/LocatorHub/……/ABX/ADDRESS/GeocodeServer");

**IDOX GMS Connector Configuration

Clone this wiki locally