Provides an anchor within the model to attach other information.
- type AnchorLocation implements LayeredElement {
- : ModelFloor
- : ID!
- # 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!
- : ModelLayer
- : Model!
- # A list of the IDs of other anchors that are recommended for
- # navigation from this point.
- #
- # This will often be the set of anchors visible from this one but
- # may be limited to a subset for large models or edited to include
- # obstructed anchors when needed.
- : [ID!]
- # Gets a single PanoramicImageLocation from the list of
- # available locations. If variant is not specified
- # it will be 'default'.
- #
- # Arguments
- # variant: undefined
- (: String): PanoramicImageLocation
- # The available variants for the
- # panoramic image locations.
- : [String!]
- # A list of all the panoramic imags associated with this location.
- : [PanoramicImageLocation!]
- : Point
- : ModelRoom
- # A set of tags that may be given to this
- # location.
- : [String!]
- }