RealisticViewRasterImage
public struct RealisticViewRasterImage : Hashable
A realistic view. The fields describing the realistic view are
RealisticViewRasterImage.realisticViewPngImageContent contains a PNG image of the realistic view
and is represented as binary data.
RealisticViewRasterImage.realisticViewType indicates the type of the realistic view.
A valid realistic view contains a non-empty RealisticViewRasterImage.realisticViewPngImageContent.
Use RealisticViewWarningListener to get notifications with the realistic views of the upcoming realistic view.
-
The full content of the realistic view raster image as binary data.
Declaration
Swift
public var realisticViewPngImageContent: Data -
Creates a new instance.
Declaration
Swift
public init(realisticViewPngImageContent: Data)