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

    Interface GeoShape

    interface GeoShape {
        "@type": string;
        additionalType?: URL;
        address?: Text | PostalAddress;
        addressCountry?: Text | Place;
        alternateName?: Text;
        box?: Text;
        circle?: Text;
        description?: Text;
        disambiguatingDescription?: Text;
        elevation?: number | Text;
        identifier?: string | string[] | PropertyValue;
        image?: ImageObject | URL;
        line?: Text;
        mainIdentityOfPage?: CreativeWork | URL;
        name?: Text;
        polygon?: Text;
        postalCode?: Text;
        potentialAction?: Action;
        sameAs?: URL;
        subjectOf?: Event | CreativeWork;
        url?: URL;
    }

    Hierarchy (View Summary)

    Index

    Properties

    "@type": string
    additionalType?: URL
    address?: Text | PostalAddress
    addressCountry?: Text | Place
    alternateName?: Text
    box?: Text
    circle?: Text
    description?: Text
    disambiguatingDescription?: Text
    elevation?: number | Text
    identifier?: string | string[] | PropertyValue
    image?: ImageObject | URL
    line?: Text
    mainIdentityOfPage?: CreativeWork | URL
    name?: Text
    polygon?: Text
    postalCode?: Text
    potentialAction?: Action
    sameAs?: URL
    subjectOf?: Event | CreativeWork
    url?: URL