Class RouteTextOptions

java.lang.Object
com.here.sdk.routing.RouteTextOptions

public final class RouteTextOptions extends Object

Specify how textual output should be provided.

  • Field Details

    • 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.

  • Constructor Details

    • RouteTextOptions

      public RouteTextOptions()

      Creates a new instance.

  • Method Details