Provides an anchor within the model to attach other information.
- type AnchorLocation {
- ID! :
- Model! :
- Point :
- ModelFloor :
- ModelRoom :
- # The anchor's label visible in showcase/workshop.
- #
- # @deprecated This has been moved to panoramic image location. It will now return
- # the value of PanoramicImageLocation::label.
- String! :
- # A list of the IDs of other anchors visible from this panoramic image.
- ID!] : [
- # A set of tags that may be given to this
- # location.
- String!] : [
- # The available variants for the
- # panoramic image locations.
- String!] : [
- # Gets a single PanoramicImageLocation from the list of
- # available locations. If variant is not specified
- # it will be 'default'.
- #
- # Arguments
- # variant: undefined
- String): PanoramicImageLocation ( :
- # A list of all the panoramic imags associated with this location.
- PanoramicImageLocation!] : [
- }