Skip to main content

@mapgear/geoapps > CircleMeasurementResult

CircleMeasurementResult class

Contains the result of a measurement of an area

Signature:
export declare class CircleMeasurementResult extends MeasurementResult 
Extends: [MeasurementResult](/jsapi-reference/api/geoapps.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

PropertyModifiersTypeDescription
AreareadonlynumberReturn the area of the circle in m2
CircumferencereadonlynumberReturn the circumference of the circle in meters
DiameterreadonlynumberReturn the diameter of the circle
RadiusreadonlynumberReturn the radius of the circle