FacilityLayerDefinition

constructor(layerId: String, facilityIdField: String, nameField: String, siteIdField: String)

Creates a new FacilityLayerDefinition object with the specified com.arcgismaps.mapping.layers.Layer.id, facility id attribute field, facility name attribute field, and site id attribute field.

Since

200.1.0

Parameters

layerId

An ID that specifies a layer in the map or scene that contains facilities.

facilityIdField

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

nameField

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

siteIdField

The name of the attribute field that contains a facility feature's site identifier (a foreign key to the layer that contains sites).