Skip To Content
ArcGIS Developer
Dashboard

Common Data Types

featureCollection

Defines a layer of features whose geometry and attributes will be stored directly within the web map.

Properties

PropertyDetails

layers

An array of layer objects defining the styling, geometry, and attribute information for the features.

showLegend

A Boolean indicating if this layer should be shown in the legend in client applications. The default is true.

Example

    "featureCollection": {
      "layers": [{. . .}],
      "showLegend": true
    }
In this topic
  1. Properties
  2. Example