Class RouteTextOptions
Package com.here.sdk.routing
Class RouteTextOptions
- java.lang.Object
-
- com.here.sdk.routing.RouteTextOptions
-
public final class RouteTextOptions extends java.lang.ObjectSpecify how textual output should be provided.
-
-
Field Summary
Fields Modifier and Type Field Description LanguageCodelanguageThe language for all textual information.TextUsageOptionstextUsageOptionsAn option whether street name, road number and sign post direction should be used when generating notification.UnitSystemunitSystemDefines the measurement system used in instruction text.
-
Constructor Summary
Constructors Constructor Description RouteTextOptions()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
-
language
@NonNull public LanguageCode language
The language for all textual information. When the specified language is not supported, the default language is used, which is English (United States).
-
unitSystem
@NonNull public UnitSystem unitSystem
Defines the measurement system used in instruction text. When imperial is selected, units used are based on the language specified in the request. Defaults to metric.
-
textUsageOptions
@NonNull public TextUsageOptions textUsageOptions
An option whether street name, road number and sign post direction should be used when generating notification. Defaults to each attribute as
LocalizedTextPreference.USE_ALWAYS.
-
-