RouteTextOptions (API Reference)
Package com.here.sdk.routing
Class RouteTextOptions
java.lang.Object
com.here.sdk.routing.RouteTextOptions
Specify how textual output should be provided.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe language for all textual information.An option whether street name, road number and sign post direction should be used when generating notification.Defines the measurement system used in instruction text. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
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
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.
-
-
Constructor Details
-
RouteTextOptions
public RouteTextOptions()Creates a new instance.
-
-
Method Details