s2json-spec - v1.9.0
    Preparing search index...

    Type Alias VectorPointGeometry<M>

    VectorPointGeometry: VectorBaseGeometry<
        "Point",
        VectorPoint<M>,
        undefined,
        BBOX,
    >

    PointGeometry is a point

    Type Parameters