Range Information.
Referenced by: layerDefinition
Properties
| Property | Details |
|---|---|
| currentRangeExtent[] | Contains the min and max values within which the features are visible. |
| field | Field name to used for the range. |
| fullRangeExtent[] | Contains the min and max values of all the features for this rangeInfo. |
| name | A unique name that can be referenced by webMap.activeRanges. |
| type | Type of range object. Valid value of this property rangeInfo |
Example
{
"type": "rangeInfo",
"name": "floors",
"field": "floor",
"currentRangeExtent": [
-2,
10
],
"fullRangeExtent": [
-2,
100
]
}