@mapgear/geoapps > CircleMeasurementResult
CircleMeasurementResult class
Contains the result of a measurement of an area
Signature:export declare class CircleMeasurementResult extends MeasurementResult
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the CircleMeasurementResult
class.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Area | readonly | number | Return the area of the circle in m2 |
Circumference | readonly | number | Return the circumference of the circle in meters |
Diameter | readonly | number | Return the diameter of the circle |
Radius | readonly | number | Return the radius of the circle |