Type Definitions
-
Angle
-
Area
-
Length
-
- Properties
-
value Number
Scalar value representing a length.
unit LengthUnitAny unit which represents length.
type StringUnit type.
The value is always "length".
require(["esri/core/quantity"], (quantity) => { /* code goes here */ });
import * as quantity from "@arcgis/core/core/quantity.js";
esri/core/quantity
Quantity type used to represent measurements across the JS API.
value
Number
Scalar value representing a length. |
unit
LengthUnit
Any unit which represents length. |
type
String
Unit type. The value is always "length". |
Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.