OptionaltagsTags are used primarily as keywords to match against when searching. They are typically not used for display.
OptionalpictureA photograph of the location, used as a visual aid during navigation.
OptionalstatesThe location's state. No more than one state should be active at a time, and all but at most one should have dates set
The type of the location state. Technically not limited, but should be one of the following:
Optionalend?: stringThe end date of the state
Optionalstart?: stringThe start date of the state
OptionalsiblingLocations 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.
OptionalgalleryA 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.
OptionalshowWhether 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.
OptionalamenityThe location's amenity type. Only set if the location is an amenity
OptionalshowWhether to show the logo of the location
OptionalprimaryThe main category of the location. It must be one of the categories in the Location's categories array
The ID of the Location that has most of the EnterpriseLocation's data
The original CMS ID of the EnterpriseLocation
The type of the location, like amenity, tenant, etc.
An Enterprise Location extends a normal Location with additional properties not available in the base Location schema.
Interface