OBJECT
ModelSearchPanoLocations
Search summary information about all the anchor locations within a model.
link GraphQL Schema definition
- type ModelSearchPanoLocations {
 - #   The total number of panoramic image locations in the model.
 - : 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.
 - : [PanoramaPlacement!] 
 - }