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

    Type Alias GeoJSONVTFeaturePoint

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

    Properties

    Properties

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