geoimport
    Preparing search index...

    Interface LineString<P>

    interface LineString<P extends Properties = {}> {
        arcs: ArcIndexes;
        bbox?: BBox;
        id?: string | number;
        properties?: P;
        type: "LineString";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    bbox?: BBox
    id?: string | number
    properties?: P
    type: "LineString"