The properties of the layer that contains sites for a floor-aware map or scene. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri::ArcGISRuntime 100.12 |
Inherits: |
Properties
- json : jsobject
- layerId : string
- nameField : string
- siteIdField : string
Signals
Detailed Description
The layer contains the boundaries of managed sites. A site is the largest space designation in the ArcGIS Indoors Information Model and is used to represent an area such as a campus, a barrack, or an industrial site. A site can contain multiple facilities.
See also JsonSerializable and GeoModelFloorDefinition.
Property Documentation
JSON data that can be used to instantiate the SiteLayerDefinition.
The name of the attribute field that contains each site feature's unique identifier.
Signal Documentation
Emitted when the layerId property changes.
Note: The corresponding handler is onLayerIdChanged
.
Emitted when the nameField property changes.
Note: The corresponding handler is onNameFieldChanged
.
Emitted when the siteIdField property changes.
Note: The corresponding handler is onSiteIdFieldChanged
.