RealisticViewRasterImage (API Reference)
Package com.here.sdk.navigation
Class RealisticViewRasterImage
java.lang.Object
com.here.sdk.navigation.RealisticViewRasterImage
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 Summary
FieldsModifier and TypeFieldDescriptionbyte[]The full content of the realistic view raster image as binary data. -
Constructor Summary
ConstructorsConstructorDescriptionRealisticViewRasterImage(byte[] realisticViewPngImageContent) Creates a new instance. -
Method Summary
-
Field Details
-
realisticViewPngImageContent
@NonNull public byte[] realisticViewPngImageContentThe 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