OBJECT

CameraOptions

Camera options for the starting location.

@internal

link GraphQL Schema definition

  • type CameraOptions {
  • # The camera's location
  • cameraLocation: CameraLocation
  • viewMode: CameraViewMode
  • # Which floors are visible from the start position.
  • floorVisibility: [ModelFloor!]
  • # A list of the panos (one for each resolution) for the start position.
  • panos: [PanoramicImage!]
  • }

link Require by

This element is not required by anyone