mapFloorInfo

Contains floor-awareness information for the map. Defines the layers and required fields for each layer that are used for floor filtering.

Referenced by: Web Link Chart, Webmap

Properties

Property Details
facilityLayer Defines the layer and field properties for the Facility layer used for floor filtering.
levelLayer Defines the layer and field properties for the Level layer used for floor filtering.
siteLayer Defines the layer and field properties for the Site layer used for floor filtering. This property is optional.

mapFloorInfo Example

{
  "facilityLayer": {
    "facilityIdField": "FACILITY_ID",
    "layerId": "Facility_2419",
    "nameField": "NAME",
    "siteIdField": "SITE_ID"
  },
  "levelLayer": {
    "facilityIdField": "FACILITY_ID",
    "layerId": "Levels_3860",
    "levelIdField": "LEVEL_ID",
    "levelNumberField": "LEVEL_NUMBER",
    "longNameField": "NAME",
    "shortNameField": "NAME_SHORT",
    "verticalOrderField": "VERTICAL_ORDER"
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close