@sovereignbase/schema-crdt
    Preparing search index...

    Type Alias CRGeospatialGeometryDefaultShape<Type>

    CRGeospatialGeometryDefaultShape: {
        geoContains: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoCoveredBy: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoCovers: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoCrosses: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoDisjoint: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoEquals: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoIntersects: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoOverlaps: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoTouches: CRSetSnapshot<CRGeospatialGeometryRelation>;
        geoWithin: CRSetSnapshot<CRGeospatialGeometryRelation>;
    } & CRIntangibleDefaultShape<Type>

    Serializable CRDT shape for Schema.org GeospatialGeometry.

    Schema.org: A supertype of GeoShape designed to accommodate definitions from geospatial best practices.

    Type Parameters

    • Type = "GeospatialGeometry"

    Type Declaration