Options
All
  • Public
  • Public/Protected
  • All
Menu

Feature reductions declutter the screen by hiding features that would otherwise intersect with other features on screen.

Part of the Esri web map specification. See https://developers.arcgis.com/web-map-specification/objects/featureReduction_cluster/.

Hierarchy

  • FeatureReduction

Index

Properties

Optional clusterMaxSize

clusterMaxSize: number

Maximum size of the cluster, in screen units (points).

Optional clusterMinSize

clusterMinSize: number

Minimum size of the cluster, in screen units (points).

Optional clusterRadius

clusterRadius: number

Strength of clustering, in screen units (points).

Optional drawingInfo

drawingInfo: DrawingInfo

Drawing info for this cluster

Optional popupInfo

popupInfo: PopupInfo

Defines the look and feel of popup windows when a user clicks or queries a feature.

Optional showLabels

showLabels: boolean

Whether or not to show labels for the cluster

type

type: "cluster"

Type of feature reduction. If property is present, value of this property must be cluster