@maplibre/geojson-vt
    Preparing search index...

    Type Alias GeoJSONVTFeatureNonPoint

    type GeoJSONVTFeatureNonPoint = {
        geometry: [number, number][][];
        id?: number | string;
        tags: GeoJSON.GeoJsonProperties | null;
        type: 2 | 3;
    }
    Index

    Properties

    Properties

    geometry: [number, number][][]
    id?: number | string
    tags: GeoJSON.GeoJsonProperties | null
    type: 2 | 3