geoimport
    Preparing search index...

    Interface Topology<T>

    interface Topology<T extends Objects<Properties> = Objects<Properties>> {
        arcs: Arc[];
        bbox?: BBox;
        objects: T;
        transform?: Transform;
        type: "Topology";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    arcs: Arc[]
    bbox?: BBox
    objects: T
    transform?: Transform
    type: "Topology"