PanoramicImage

open_in_new

A 360 degree panoramic image.

GraphQL Schema definition

  • interface PanoramicImage {
  • # The anchor point within the model for this panorama.
  • # Showcase may refer to this as a "puck".
  • # Multiple panoramas may be associated with a single
  • # anchor to provide multiple views from roughly the
  • # same place.
  • anchor: AnchorLocation
  • # The camera perspective for this panorama.
  • # This location may be shared by multiple different
  • # formats or resolutions of panoramas.
  • perspective: PanoramicImageLocation
  • # The resolution of the image.
  • resolution: String
  • }