Interface JAppMeasure

interface JAppMeasure {
    area: number;
    centroid: JPoint;
    edges: JAppMeasureEdge[];
    feature: Feature<LineString | Polygon, GeoJsonProperties>;
    id: string;
    radius: number;
    totalEdges: number;
    type: JAPP_MEASURE_TYPES;
}

Properties

area: number
centroid: JPoint
feature: Feature<LineString | Polygon, GeoJsonProperties>
id: string
radius: number
totalEdges: number