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

    Type Alias GeoJSONVTInternalTileFeaturNonPoint

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

    Properties

    Properties

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