Skip to main content

@mapgear/geoapps > AreaMeasurementResult

AreaMeasurementResult class

Contains the result of a measurement of an area

Signature:
export declare class AreaMeasurementResult extends MeasurementResult 
Extends: [MeasurementResult](/jsapi-reference/api/geoapps.measurementresult)

Constructors

ConstructorModifiersDescription
(constructor)(area, perimeter, segments)Constructs a new instance of the AreaMeasurementResult class

Properties

PropertyModifiersTypeDescription
AreareadonlynumberReturn the area of the polygon in m2
PerimeterreadonlynumberReturn the summarized perimeter of the polygon in meters
Segmentsreadonlynumber[]Return the length of the segments of the polygon in meters