@mapgear/geoapps > AreaMeasurementResult
AreaMeasurementResult class
Contains the result of a measurement of an area
Signature:export declare class AreaMeasurementResult extends MeasurementResult
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(area, perimeter, segments) | Constructs a new instance of the AreaMeasurementResult class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| Area | readonly | number | Return the area of the polygon in m2 |
| Perimeter | readonly | number | Return the summarized perimeter of the polygon in meters |
| Segments | readonly | number[] | Return the length of the segments of the polygon in meters |