Class RealisticViewRasterImage

java.lang.Object
com.here.sdk.navigation.RealisticViewRasterImage

public final class RealisticViewRasterImage extends Object

A realistic view. The fields describing the realistic view are realisticViewPngImageContent contains a PNG image of the realistic view and is represented as binary data. realisticViewType indicates the type of the realistic view. A valid realistic view contains a non-empty realisticViewPngImageContent. Use RealisticViewWarningListener to get notifications with the realistic views of the upcoming realistic view.

  • Field Details

    • realisticViewPngImageContent

      @NonNull public byte[] realisticViewPngImageContent

      The full content of the realistic view raster image as binary data.

  • Constructor Details

    • RealisticViewRasterImage

      public RealisticViewRasterImage(@NonNull byte[] realisticViewPngImageContent)

      Creates a new instance.

      Parameters:
      realisticViewPngImageContent -

      The full content of the realistic view raster image as binary data.

  • Method Details