TextUsageOptions (API Reference)
Package com.here.sdk.routing
Class TextUsageOptions
java.lang.Object
com.here.sdk.routing.TextUsageOptions
Specify whether the text should be used when generating notification.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn option whether road number should be used when generating notification.An option whether signpost direction should be used when generating notification.An option whether street name should be used when generating notification. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
streetName
An option whether street name should be used when generating notification. Defaults to
LocalizedTextPreference.USE_ALWAYS. -
roadNumber
An option whether road number should be used when generating notification. Defaults to
LocalizedTextPreference.USE_ALWAYS. -
signpostDirection
An option whether signpost direction should be used when generating notification. Defaults to
LocalizedTextPreference.USE_ALWAYS.
-
-
Constructor Details
-
TextUsageOptions
public TextUsageOptions()Creates a new instance.
-
-
Method Details