Defines the layer and field properties for the Site layer used for floor filtering. This property is optional. See https://developers.arcgis.com/web-map-specification/objects/siteLayerInfo/.

interface SiteLayerInfoJson {
    layerId?: string;
    nameField?: string;
    siteIdField?: string;
}

Properties

layerId?: string

A layer ID that refers to an operational layer in the map. The layer provides access to Site features to use for floor filtering.

nameField?: string

The name of the attribute field that contains a site feature's name.

siteIdField?: string

The name of the attribute field that contains a site feature's unique identifier.