ModelSearchPanoLocations

open_in_new

Search summary information about all the anchor locations within a model.

GraphQL Schema definition

  • type ModelSearchPanoLocations {
  • # The total number of panoramic image locations in the model.
  • count: Int!
  • # The union of all the placements associated with locations in the model.
  • # This is useful for finding models with an unplaced panorama, or similar
  • # use cases.
  • placement: [PanoramaPlacement!]
  • }