realisticViewRasterImage property

RealisticViewRasterImage? realisticViewRasterImage
getter/setter pair

The realistic view object for which the warning is given. Image resources are stored as raster graphics. Within RealisticViewWarning, only one type of image, either raster or vector, will be provided. If this property is not null, then RealisticViewWarning.realisticViewVectorImage will be null. Note: Certain countries support only raster images as realistic views. Currently, this is the case only for Japan, but in the future, more countries might support this type of realistic views.

Implementation

RealisticViewRasterImage? realisticViewRasterImage;