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

    Type Alias GeoJSONVTInternalTileFeaturePoint

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

    Properties

    Properties

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