Class RouteTextOptions

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

  • public final class RouteTextOptions
    extends java.lang.Object

    Specify how textual output should be provided.

    • Constructor Summary

      Constructors 
      Constructor Description
      RouteTextOptions()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 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.

    • Constructor Detail

      • RouteTextOptions

        public RouteTextOptions()

        Creates a new instance.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object