The unit of angle-based measurement.
An optional formatter that can be used to format the display of an area. The formatting function is passed a calculated area and is expected to return a string.
An optional formatter that can be used to format the display of a distance. The formatting function is passed a calculated real-world distance and is expected to return a string.
The unit of distance-based measurement.
The number of fraction digits to display.
The MeasurementModel
that should be reflected in these details. If not specified, a new MeasurementModel
will be created, which can then be used to update the display.
The outcome to display. This property is automatically updated if a measurement model is provided.
The manager that the component will use to present measurement overlays.
A set of result types to display. If undefined
, then all results will be displayed.
An optional formatter that can be used to format the display of an angle. The formatting function is passed a calculated angle in degrees and is expected to return a string.