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

    Type Alias GeoJSONVTInternalPointFeature

    GeoJSONVTInternalPointFeature: PartialGeoJSONVTFeature & {
        geometry: number[];
        type: "Point";
    }