A 360 degree panoramic image.
- 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.
- AnchorLocation :
- # The camera perspective for this panorama.
- # This location may be shared by multiple different
- # formats or resolutions of panoramas.
- PanoramicImageLocation :
- # The resolution of the image.
- String :
- }