RealisticViewWarningOptions (API Reference)
Package com.here.sdk.navigation
Class RealisticViewWarningOptions
java.lang.Object
com.here.sdk.navigation.RealisticViewWarningOptions
Realistic view warning options. Set the options for filtering the realistic view notifications and setting the realistic view notification distances based on the road type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe aspect ratio of the images which will be given in the realistic view warning.booleanSpecifies whether the images included in the realistic view warning will be optimized for the light or dark color scheme. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
aspectRatio
The aspect ratio of the images which will be given in the realistic view warning. This option is applicable only to the
RealisticViewWarning.realisticViewVectorImage. ForRealisticViewWarning.realisticViewRasterImagethe aspect ratio is always portrait. -
darkTheme
public boolean darkThemeSpecifies whether the images included in the realistic view warning will be optimized for the light or dark color scheme. This option is applicable only to the
RealisticViewWarning.realisticViewVectorImage. ForRealisticViewWarning.realisticViewRasterImagethe dark theme is alwaysfalse.
-
-
Constructor Details
-
RealisticViewWarningOptions
public RealisticViewWarningOptions()Creates a new instance.
-
-
Method Details