OBJECT
AnchorLocation
Provides an anchor within the model to attach other information.
link GraphQL Schema definition
- 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!] 
 - }
 
    link Require by
- ModelA digital twin, metadata and access to assets associated with a 3D model of a space.
 - ModelFloorRepresents a floor within the model. This is generally used as a navigation helper as well as a container for rooms, locations and annotations.
 - ModelRoomA room within the model, this acts as a container for other information.
 - PanoramicImageA 360 degree panoramic image.
 - PanoramicImageLocationundefined
 - SkyboxPanoramaA panoramic image broken into 6 faces: front, back, left, right, up, down The full face images may be retrieved using `urlTemplate` or `children`. Each face may also be retrieved as a set of tiles to improve progressive loading of high resolution images. In these cases the tileUrlTemplate should be used.
 - SnapshotLocationundefined