MapMeasureRange constructor
- MapMeasureKind kind,
- double minimumValue,
- double maximumValue
Constructs a MapMeasureRange from the kind and range values.
-
kindThe measure kind. -
minimumValueThe minimum measure value. -
maximumValueThe maximum measure value.
Implementation
factory MapMeasureRange(MapMeasureKind kind, double minimumValue, double maximumValue) => $prototype.create(kind, minimumValue, maximumValue);