XmpInfo

data class XmpInfo(val ProjectionType: ProjectionType, val UsePanoramaViewer: Boolean, val PoseHeadingDegrees: Double?, val CroppedAreaImageWidthPixels: Int, val CroppedAreaImageHeightPixels: Int, val FullPanoWidthPixels: Int, val FullPanoHeightPixels: Int, val CroppedAreaLeftPixels: Int, val CroppedAreaTopPixels: Int)

XMP information

Constructors

Link copied to clipboard
constructor(ProjectionType: ProjectionType, UsePanoramaViewer: Boolean, PoseHeadingDegrees: Double?, CroppedAreaImageWidthPixels: Int, CroppedAreaImageHeightPixels: Int, FullPanoWidthPixels: Int, FullPanoHeightPixels: Int, CroppedAreaLeftPixels: Int, CroppedAreaTopPixels: Int)

Properties

Link copied to clipboard

Height of actual image (px)

Link copied to clipboard

Width of actual image (px)

Link copied to clipboard

Width (px) from the panoramic image of the actual image

Link copied to clipboard

Height (px) from the panoramic image of the actual image

Link copied to clipboard

Height (px) when the actual image size is based on a panoramic image

Link copied to clipboard

Width (px) when the actual image size is based on a panoramic image

Link copied to clipboard

Real Compass heading, for the center the image.

Link copied to clipboard

Open Choice of Text Projection type. Google currently only supports equirectangular.

Link copied to clipboard

Whether to display using the panorama viewer