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

    Type Alias CRGeoCoordinatesDefaultShape<Type>

    CRGeoCoordinatesDefaultShape: {
        address: CRSetSnapshot<CRGeoCoordinatesAddress>;
        addressCountry: CRGeoCoordinatesCountry;
        elevation: SchemaOrgNumber | SchemaOrgText;
        latitude: SchemaOrgNumber | SchemaOrgText;
        longitude: SchemaOrgNumber | SchemaOrgText;
        postalCode: SchemaOrgPostalCode;
    } & CRStructuredValueDefaultShape<Type>

    Serializable CRDT shape for Schema.org GeoCoordinates.

    Schema.org: The geographic coordinates of a place or event.

    Type Parameters

    • Type = "GeoCoordinates"

    Type Declaration