OptionalvenueThe venue's default language name and code
The venue's unique identifier
The venue's supported languages. Includes the default language. Typically if a venue has multiple languages, at least SOME data will be set in each language, which means there will generally be a Locale Pack for each language.
However, there is no guarantee that localized data has actually been added in a given language.
The venue's unique slug. This is typically the key used to identify the venue.
Optionalcountrycode?: stringThe ISO 3166-1 alpha-2 country code of the venue, if known
Eg. CA or US
OptionalcoverImage?: stringThe venue's cover image.
Optionallogo?: stringThe venue's logo
OptionalmappedinWebUrl?: stringThe base URL for Mappedin Web for this venue.
OptionaloperationHours?: {The venue's operation hours.
OptionaltopLocations?: `loc_${string}`[]The locations that are considered the "top" locations for this venue.
Usually used in a quick-access menu in applications to show the most important locations in the venue.
Note: These point to Locations not the EnterpriseLocations.
Optionalextra?: { [key: string]: unknown }{@inheritDoc utility-types/extra!Extra}
OptionallocationsThe original CMS ID of the EnterpriseLocation
The ID of the Location that has most of the EnterpriseLocation's data
The type of the location, like amenity, tenant, etc.
Optionalamenity?: stringThe location's amenity type. Only set if the location is an amenity
Optionalgallery?: { image: string; caption?: string; embeddedUrl?: string }[]A gallery of images for a location. May be a mix of promotional images, or images of the location itself. Caption should be supplied for accessibility purposes, since it will not be clear from context what the image represents.
Optionalpicture?: stringA photograph of the location, used as a visual aid during navigation.
OptionalprimaryCategory?: `lcat_${string}`The main category of the location. It must be one of the categories in the Location's categories array
OptionalshowFloatingLabelWhenImagePresent?: booleanWhether to show the flat label when an image is present on the polygon a location is anchored to. This is often set to false for anchor stores in malls, since they often have a large logo image placed directly on their polygon.
OptionalshowLogo?: booleanWhether to show the logo of the location
OptionalsiblingGroups?: { label: string; siblings: `loc_${string}`[] }[]Locations that are related to this location in some manner (described by the label).
In airports, locations will typically get SiblingGroups with a label of "REFERENCE_POINT" linking to locations like "Terminal 1" and "Airside" to indicate which zone they are in, but SiblingGroups can be used for any type of relationship between locations.
Note this links to the LocationId, not the EnterpriseLocationId.
Optionalstates?: {The location's state. No more than one state should be active at a time, and all but at most one should have dates set
Optionaltags?: string[]Tags are used primarily as keywords to match against when searching. They are typically not used for display.
OptionallocationThe unique ID for this Enterprise Location Instance. This ID might be ephemeral and is really only for localization.
The LocationInstance that will have any Location instance properties set, in particular geometryAnchors.
The parent Enterprise Location for this Enterprise Location Instance.
Optionalamenity?: stringThe location's amenity type. Only set if the location is an amenity
OptionalcmsId?: stringThe original CMS ID of the EnterpriseLocation
Optionalgallery?: { image: string; caption?: string; embeddedUrl?: string }[]A gallery of images for a location. May be a mix of promotional images, or images of the location itself. Caption should be supplied for accessibility purposes, since it will not be clear from context what the image represents.
Optionalpicture?: stringA photograph of the location, used as a visual aid during navigation.
OptionalprimaryCategory?: `lcat_${string}`The main category of the location. It must be one of the categories in the Location's categories array
OptionalshowFloatingLabelWhenImagePresent?: booleanWhether to show the flat label when an image is present on the polygon a location is anchored to. This is often set to false for anchor stores in malls, since they often have a large logo image placed directly on their polygon.
OptionalshowLogo?: booleanWhether to show the logo of the location
OptionalsiblingGroups?: { label: string; siblings: `loc_${(...)}`[] }[]Locations that are related to this location in some manner (described by the label).
In airports, locations will typically get SiblingGroups with a label of "REFERENCE_POINT" linking to locations like "Terminal 1" and "Airside" to indicate which zone they are in, but SiblingGroups can be used for any type of relationship between locations.
Note this links to the LocationId, not the EnterpriseLocationId.
OptionalsortOrder?: numberOptionalstates?: {The location's state. No more than one state should be active at a time, and all but at most one should have dates set
Optionaltags?: string[]Tags are used primarily as keywords to match against when searching. They are typically not used for display.
Optionaltype?: stringThe type of the location, like amenity, tenant, etc.
OptionalcategoriesOptionaltexturesOptionalfloorOptionallayersOptionaltext
Interface