geoimport
    Preparing search index...

    Interface TopoJSON

    interface TopoJSON {
        bbox?: BBox;
        type:
            | null
            | "Point"
            | "MultiPoint"
            | "LineString"
            | "MultiLineString"
            | "Polygon"
            | "MultiPolygon"
            | "GeometryCollection"
            | "Topology";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    bbox?: BBox
    type:
        | null
        | "Point"
        | "MultiPoint"
        | "LineString"
        | "MultiLineString"
        | "Polygon"
        | "MultiPolygon"
        | "GeometryCollection"
        | "Topology"