@mapgear/geoapps > LineStringMeasurementResult
LineStringMeasurementResult class
Contains the result of a measurement of a linestring
Signature:export declare class LineStringMeasurementResult 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 LineStringMeasurementResult
class.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
SegmentLengths | readonly | number[] | List of segment lengths |
TotalLenght | readonly | number | Get total length of the linestring |