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

    Interface Place

    interface Place {
        "@type": string;
        additionalProperty?: PropertyValue;
        additionalType?: URL;
        address?: Text | PostalAddress;
        aggregateRating?: AggregateRating;
        alternateName?: Text;
        amenityFeature?: unknown;
        branchCode?: Text;
        containedInPlace?: Place;
        containsPlace?: Place;
        description?: Text;
        disambiguatingDescription?: Text;
        event?: Event;
        geo?: unknown;
        geoContains?: Place | GeospatialGeometry;
        geoCoveredBy?: Place | GeospatialGeometry;
        geoCovers?: Place | GeospatialGeometry;
        geoCrosses?: Place | GeospatialGeometry;
        geoDisjoint?: Place | GeospatialGeometry;
        geoEquals?: Place | GeospatialGeometry;
        geoIntersects?: Place | GeospatialGeometry;
        geoLocationNumber?: Text;
        geoOverlaps?: Place | GeospatialGeometry;
        geoTouches?: Place | GeospatialGeometry;
        geoWithin?: Place | GeospatialGeometry;
        hasDriveThroughService?: boolean;
        hasMap?: URL | Map;
        identifier?: string | string[] | PropertyValue;
        image?: ImageObject | URL;
        isAccessibleForFree?: boolean;
        isicV4?: Text;
        latitude?: number | Text;
        logo?: ImageObject | URL;
        longitude?: number | Text;
        mainIdentityOfPage?: CreativeWork | URL;
        maximumAttendeeCapacity?: number;
        name?: Text;
        openingHoursSpecification?: unknown;
        photo?: ImageObject | CreativeWork;
        potentialAction?: Action;
        publicAccess?: boolean;
        review?: Review;
        sameAs?: URL;
        slogan?: Text;
        smokingAllowed?: boolean;
        specialOpeningHoursSpecification?: unknown;
        subjectOf?: Event | CreativeWork;
        telephone?: Text;
        tourBookingPage?: URL;
        url?: URL;
    }

    Hierarchy (View Summary)

    Index

    Properties

    "@type": string
    additionalProperty?: PropertyValue
    additionalType?: URL
    address?: Text | PostalAddress
    aggregateRating?: AggregateRating
    alternateName?: Text
    amenityFeature?: unknown
    branchCode?: Text
    containedInPlace?: Place
    containsPlace?: Place
    description?: Text
    disambiguatingDescription?: Text
    event?: Event
    geo?: unknown
    geoContains?: Place | GeospatialGeometry
    geoCoveredBy?: Place | GeospatialGeometry
    geoCrosses?: Place | GeospatialGeometry
    geoDisjoint?: Place | GeospatialGeometry
    geoIntersects?: Place | GeospatialGeometry
    geoLocationNumber?: Text
    geoOverlaps?: Place | GeospatialGeometry
    geoTouches?: Place | GeospatialGeometry
    hasDriveThroughService?: boolean
    hasMap?: URL | Map
    identifier?: string | string[] | PropertyValue
    image?: ImageObject | URL
    isAccessibleForFree?: boolean
    isicV4?: Text
    latitude?: number | Text
    logo?: ImageObject | URL
    longitude?: number | Text
    mainIdentityOfPage?: CreativeWork | URL
    maximumAttendeeCapacity?: number
    name?: Text
    openingHoursSpecification?: unknown
    potentialAction?: Action
    publicAccess?: boolean
    review?: Review
    sameAs?: URL
    slogan?: Text
    smokingAllowed?: boolean
    specialOpeningHoursSpecification?: unknown
    subjectOf?: Event | CreativeWork
    telephone?: Text
    tourBookingPage?: URL
    url?: URL