Class TextUsageOptions
Package com.here.sdk.routing
Class TextUsageOptions
- java.lang.Object
-
- com.here.sdk.routing.TextUsageOptions
-
public final class TextUsageOptions extends java.lang.ObjectSpecify whether the text should be used when generating notification.
-
-
Field Summary
Fields Modifier and Type Field Description LocalizedTextPreferenceroadNumberAn option whether road number should be used when generating notification.LocalizedTextPreferencesignpostDirectionAn option whether signpost direction should be used when generating notification.LocalizedTextPreferencestreetNameAn option whether street name should be used when generating notification.
-
Constructor Summary
Constructors Constructor Description TextUsageOptions()Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
streetName
@NonNull public LocalizedTextPreference streetName
An option whether street name should be used when generating notification. Defaults to
LocalizedTextPreference.USE_ALWAYS.
-
roadNumber
@NonNull public LocalizedTextPreference roadNumber
An option whether road number should be used when generating notification. Defaults to
LocalizedTextPreference.USE_ALWAYS.
-
signpostDirection
@NonNull public LocalizedTextPreference signpostDirection
An option whether signpost direction should be used when generating notification. Defaults to
LocalizedTextPreference.USE_ALWAYS.
-
-