uniqueValueInfo

Info item for the Unique Value Renderer. Its symbol gets selected if the feature's field matches its value.

Referenced by: UniqueValue Renderer

Properties

Property Details
description String value used to describe the drawn symbol.
label String value used to label the drawn symbol.
symbol An object used to display the value.
value String value indicating the unique value.

uniqueValueInfo Example

{
  "value": "Pacific",
  "label": "Pacific region",
  "description": "The Pacific region description",
  "symbol": {
    "type": "PointSymbol3D",
    "symbolLayers": [
      {
        "type": "Icon",
        "resource": {
          "primitive": "circle"
        },
        "material": {
          "color": [
            255,
            255,
            255
          ]
        },
        "size": 12
      }
    ]
  }
}

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