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

    Type Alias CRGeoShapeDefaultShape<Type>

    CRGeoShapeDefaultShape: {
        address: CRSetSnapshot<CRGeoShapeAddress>;
        addressCountry: CRGeoShapeCountry;
        box: SchemaOrgText;
        circle: SchemaOrgText;
        elevation: SchemaOrgNumber | SchemaOrgText;
        line: SchemaOrgText;
        polygon: SchemaOrgText;
        postalCode: SchemaOrgPostalCode;
    } & CRStructuredValueDefaultShape<Type>

    Serializable CRDT shape for Schema.org GeoShape.

    Schema.org: The geographic shape of a place.

    Type Parameters

    • Type = "GeoShape"

    Type Declaration