Range Information.

Referenced by: layerDefinition

Properties

PropertyDetails
currentRangeExtent[]Contains the min and max values within which the features are visible.
fieldField name to used for the range.
fullRangeExtent[]Contains the min and max values of all the features for this rangeInfo.
nameA unique name that can be referenced by webMap.activeRanges.
typeType of range object.
Valid value of this property rangeInfo

Example

{
"type": "rangeInfo",
"name": "floors",
"field": "floor",
"currentRangeExtent": [
-2,
10
],
"fullRangeExtent": [
-2,
100
]
}