@xylabs/sdk-react
    Preparing search index...

    Interface GeospatialGeometry

    interface GeospatialGeometry {
        "@type": string;
        additionalType?: URL;
        alternateName?: Text;
        description?: Text;
        disambiguatingDescription?: Text;
        geoContains?: Place | GeospatialGeometry;
        geoCoveredBy?: Place | GeospatialGeometry;
        geoCovers?: Place | GeospatialGeometry;
        geoCrosses?: Place | GeospatialGeometry;
        geoDisjoint?: Place | GeospatialGeometry;
        geoEquals?: Place | GeospatialGeometry;
        geoIntersects?: Place | GeospatialGeometry;
        geoOverlaps?: Place | GeospatialGeometry;
        geoTouches?: Place | GeospatialGeometry;
        geoWithin?: Place | GeospatialGeometry;
        identifier?: string | string[] | PropertyValue;
        image?: ImageObject | URL;
        mainIdentityOfPage?: CreativeWork | URL;
        name?: Text;
        potentialAction?: Action;
        sameAs?: URL;
        subjectOf?: Event | CreativeWork;
        url?: URL;
    }

    Hierarchy (View Summary)

    Index

    Properties

    "@type": string
    additionalType?: URL
    alternateName?: Text
    description?: Text
    disambiguatingDescription?: Text
    geoContains?: Place | GeospatialGeometry
    geoCoveredBy?: Place | GeospatialGeometry
    geoCrosses?: Place | GeospatialGeometry
    geoDisjoint?: Place | GeospatialGeometry
    geoIntersects?: Place | GeospatialGeometry
    geoOverlaps?: Place | GeospatialGeometry
    geoTouches?: Place | GeospatialGeometry
    identifier?: string | string[] | PropertyValue
    image?: ImageObject | URL
    mainIdentityOfPage?: CreativeWork | URL
    name?: Text
    potentialAction?: Action
    sameAs?: URL
    subjectOf?: Event | CreativeWork
    url?: URL